diff options
Diffstat (limited to 'db/mork/src/morkPool.h')
-rw-r--r-- | db/mork/src/morkPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mork/src/morkPool.h b/db/mork/src/morkPool.h index 4cf9a4e045..b2b349347f 100644 --- a/db/mork/src/morkPool.h +++ b/db/mork/src/morkPool.h @@ -30,7 +30,7 @@ class morkFarBookAtom; /*| morkPool: a place to manage pools of non-node objects that are memory **| managed out of large chunks of space, so that per-object management -**| space overhead has no signficant cost. +**| space overhead has no significant cost. |*/ class morkPool : public morkNode { |