projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25b7034
)
Fixed typo.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Thu, 15 Dec 1994 01:28:15 +0000
(
01:28
+0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Thu, 15 Dec 1994 01:28:15 +0000
(
01:28
+0000)
v8/src/compiler/base/utils.scm
patch
|
blob
|
history
diff --git
a/v8/src/compiler/base/utils.scm
b/v8/src/compiler/base/utils.scm
index 1ffab46208a3bec11fdc5a57f053281f665d5721..6131748a2c86925511651236a174f6cda8f3013d 100644
(file)
--- a/
v8/src/compiler/base/utils.scm
+++ b/
v8/src/compiler/base/utils.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: utils.scm,v 1.
2 1994/12/14 20:33:47
adams Exp $
+$Id: utils.scm,v 1.
3 1994/12/15 01:28:15
adams Exp $
Copyright (c) 1987-1994 Massachusetts Institute of Technology
@@
-457,7
+457,7
@@
MIT in each case. |#
(sample/2/really statistic datum1 datum2))))
(define-integrable (find-statistic specification)
- (if (pair? s
tatistic
)
+ (if (pair? s
pecification
)
(hash-table/get *compiler-statistics* (car specification) #F)
#F))