diff options
Diffstat (limited to 'db/mork/src/morkTable.h')
-rw-r--r-- | db/mork/src/morkTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mork/src/morkTable.h b/db/mork/src/morkTable.h index c9428fd964..196eeb8a68 100644 --- a/db/mork/src/morkTable.h +++ b/db/mork/src/morkTable.h @@ -332,7 +332,7 @@ public: // state is public because the entire Mork system is private // the column which is actually sorted by ioSorting. This method // is most useful in conjunction with nsIMdbSorting::SetCompare(), // because otherwise a caller would not be able to override the - // comparison ordering method used during searchs. Note that some + // comparison ordering method used during searches. Note that some // database implementations might be unable to use an arbitrarily // specified sort order, either due to schema or runtime interface // constraints, in which case ioSorting might not actually be used. |