diff options
| author | Richard Brooksby | 2013-02-18 15:46:39 +0000 |
|---|---|---|
| committer | Richard Brooksby | 2013-02-18 15:46:39 +0000 |
| commit | c4d6a2de1fe68470485c523b54f1c0d59ff87f2d (patch) | |
| tree | 5ae114ac8651dac869663f2a23a05b062dfcfc5b /mps/code/table.c | |
| parent | 2706097eab7b3d1aa9429ef0e4ea1ac9f3c6edbe (diff) | |
| download | emacs-c4d6a2de1fe68470485c523b54f1c0d59ff87f2d.tar.gz emacs-c4d6a2de1fe68470485c523b54f1c0d59ff87f2d.zip | |
Merging spelling corrections contributed by bruce mitchener.
See <https://github.com/datafueled/memory-pool-system/commit/1c80ccb634669283a4c1244cac42e59e1b5adee2>.
Copied from Perforce
Change: 180956
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/table.c')
| -rw-r--r-- | mps/code/table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/table.c b/mps/code/table.c index 3e5cc0c14ae..a0d0275c0c3 100644 --- a/mps/code/table.c +++ b/mps/code/table.c | |||
| @@ -133,7 +133,7 @@ static TableEntry tableFind(Table table, Word key, Bool skip_deleted) | |||
| 133 | * | 133 | * |
| 134 | * .hash.initial: Any reasonable number. | 134 | * .hash.initial: Any reasonable number. |
| 135 | * | 135 | * |
| 136 | * .hash.growth: A compromise between space inefficency (growing bigger | 136 | * .hash.growth: A compromise between space inefficiency (growing bigger |
| 137 | * than required) and time inefficiency (growing too slowly, with all | 137 | * than required) and time inefficiency (growing too slowly, with all |
| 138 | * the rehash costs at every step). A factor of 2 means that at the | 138 | * the rehash costs at every step). A factor of 2 means that at the |
| 139 | * point of growing to a size X table, hash-work equivalent to filling | 139 | * point of growing to a size X table, hash-work equivalent to filling |