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/morkZone.h | |
parent | 9ae2525b9a5a9ea59055a688706daa0b88e62acc (diff) | |
download | uxp-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar.gz |
Bug 1399756 - (More) Code clean-up: Style nits, typos and trailing spaces
Tag #1273
Diffstat (limited to 'db/mork/src/morkZone.h')
-rw-r--r-- | db/mork/src/morkZone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mork/src/morkZone.h b/db/mork/src/morkZone.h index 9e5ffc54c4..8074249491 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) |