summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-03-23 22:37:22 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-03-23 22:37:22 +0000
commit224fceb41f993fbc954345f053dab4e8caf28329 (patch)
tree51941a75d70594b262ebe21df49aa29d70dd2d0e /bindings
parent4733be38930ae81716bba9ae75a8281bcb180634 (diff)
downloadllvm-224fceb41f993fbc954345f053dab4e8caf28329.tar.gz
llvm-224fceb41f993fbc954345f053dab4e8caf28329.tar.bz2
llvm-224fceb41f993fbc954345f053dab4e8caf28329.tar.xz
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ocaml/llvm/llvm.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli
index 398e83f618..8be5c654e7 100644
--- 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