diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-10 19:36:14 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-10 19:36:14 -0500 |
commit | 713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e (patch) | |
tree | 06480f2d8094f99cb1ff1e73f68a07d75f011028 /db/mork/src/morkAtomSpace.h | |
parent | 9ae2525b9a5a9ea59055a688706daa0b88e62acc (diff) | |
download | UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar.gz UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar.lz UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar.xz UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.zip |
Bug 1399756 - (More) Code clean-up: Style nits, typos and trailing spaces
Tag #1273
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 b72a59401..6048261c5 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 */ |