git.annexia.org
/
goaljobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
389eaef
)
Fix comment.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 8 Oct 2013 17:43:28 +0000
(18:43 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 8 Oct 2013 17:43:28 +0000
(18:43 +0100)
pa_goal.ml
patch
|
blob
|
history
diff --git
a/pa_goal.ml
b/pa_goal.ml
index
13ea23c
..
20df4fa
100644
(file)
--- a/
pa_goal.ml
+++ b/
pa_goal.ml
@@
-168,7
+168,7
@@
let generate_let_goal _loc (r : rec_flag) (lets : binding) =
* 'expr' is a function call.
*)
let generate_require _loc expr =
- (* Note that 'f a b c' is parsed as '((f a) b) c' so the actual
ly
+ (* Note that 'f a b c' is parsed as '((f a) b) c' so the actual
* function name is buried deeply in the tree. Rewrite the name.
*)
let rec rewrite = function