diff options
Diffstat (limited to 'db/mork/src/morkAtomSpace.h')
-rw-r--r-- | db/mork/src/morkAtomSpace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mork/src/morkAtomSpace.h b/db/mork/src/morkAtomSpace.h index b72a594010..6048261c5f 100644 --- a/db/mork/src/morkAtomSpace.h +++ b/db/mork/src/morkAtomSpace.h @@ -45,7 +45,7 @@ **| so that we care less whether the shortest hex representation is used. **| So we start all IDs for 'over' category tokens at a value range that **| needs at least four hex digits, so we can reserve three hex digits and -**| shorter for more commonly occuring tokens in the 'under' category. +**| shorter for more commonly occurring tokens in the 'under' category. |*/ #define morkAtomSpace_kMinOverId 0x1000 /* using at least four hex bytes */ |