summaryrefslogtreecommitdiffstats
path: root/db/mork/src/morkPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/mork/src/morkPool.h')
-rw-r--r--db/mork/src/morkPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mork/src/morkPool.h b/db/mork/src/morkPool.h
index 4cf9a4e04..b2b349347 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 {