projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4733be3
)
Fix a typo.
author
Gordon Henriksen
<gordonhenriksen@mac.com>
Sun, 23 Mar 2008 22:37:22 +0000
(22:37 +0000)
committer
Gordon Henriksen
<gordonhenriksen@mac.com>
Sun, 23 Mar 2008 22:37:22 +0000
(22:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48712
91177308
-0d34-0410-b5e6-
96231b3b80d8
bindings/ocaml/llvm/llvm.mli
patch
|
blob
|
history
diff --git
a/bindings/ocaml/llvm/llvm.mli
b/bindings/ocaml/llvm/llvm.mli
index 398e83f618a8bfb5d00e970256fbe5318f323101..8be5c654e78c39ec68057e0528317524421edf4c 100644
(file)
--- a/
bindings/ocaml/llvm/llvm.mli
+++ b/
bindings/ocaml/llvm/llvm.mli
@@
-152,7
+152,7
@@
end
(** {6 Iteration} *)
(** [Before b] and [At_end a] specify positions from the start of the ['b] list
- of [a]. [llpos] is used to specify positions in and for
reverse
iteration
+ of [a]. [llpos] is used to specify positions in and for
forward
iteration
through the various value lists maintained by the LLVM IR. *)
type ('a, 'b) llpos =
| At_end of 'a