summaryrefslogtreecommitdiffstats
path: root/db/mork/src/morkZone.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/mork/src/morkZone.h')
-rw-r--r--db/mork/src/morkZone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mork/src/morkZone.h b/db/mork/src/morkZone.h
index 9e5ffc54c..807424949 100644
--- a/db/mork/src/morkZone.h
+++ b/db/mork/src/morkZone.h
@@ -168,7 +168,7 @@ public: // typing & errors
**| of accumulating too much unused, fragmented free space. This should be a
**| small multiple of kNewHunkSize, say about two to four times as great, to
**| allow for no more free hunk space than fits in a handful of new hunks.
-**| This strategy will let us usefuly accumulate "some" free space in the
+**| This strategy will let us usefully accumulate "some" free space in the
**| free hunk list, but without accumulating "too much" free space that way.
|*/
#define morkZone_kMaxFreeVolume (morkZone_kNewHunkSize * 3)