aboutsummaryrefslogtreecommitdiff
path: root/src/interp/clam.boot.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/clam.boot.pamphlet')
-rw-r--r--src/interp/clam.boot.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/clam.boot.pamphlet b/src/interp/clam.boot.pamphlet
index d811c00a..ea1679d2 100644
--- a/src/interp/clam.boot.pamphlet
+++ b/src/interp/clam.boot.pamphlet
@@ -434,7 +434,7 @@ clearHashReferenceCounts() ==
x.cacheType='hash_-table => CLRHASH eval x.cacheName
remHashEntriesWith0Count $hashTable ==
- MAPHASH(fn,$hashTable) where fn(key,obj) ==
+ MAPHASH(function fn,$hashTable) where fn(key,obj) ==
CAR obj = 0 => HREM($hashTable,key) --free store
nil