Sfoglia il codice sorgente

* fcl-db: cosmetic

git-svn-id: trunk@26236 -
reiniero 11 anni fa
parent
commit
a3dab9b686
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      packages/fcl-db/src/base/bufdataset.pas

+ 3 - 3
packages/fcl-db/src/base/bufdataset.pas

@@ -1183,9 +1183,9 @@ begin
     IntLoadFielddefsFromFile;
     end;
 
-  // This is to check if the dataset is actually created (By calling CreateDataset,
-  // reading from a stream in some other way implemented by a descendent)
-  // If there are less fields then FieldDefs we know for sure that the dataset
+  // This checks if the dataset is actually created (by calling CreateDataset,
+  // or reading from a stream in some other way implemented by a descendent)
+  // If there are less fields than FieldDefs we know for sure that the dataset
   // is not (correctly) created.
 
   // If there are constant expressions in the select statement (for PostgreSQL)