X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=bindings%2Focaml%2Fllvm%2Fllvm.mli;h=8be5c654e78c39ec68057e0528317524421edf4c;hp=398e83f618a8bfb5d00e970256fbe5318f323101;hb=92e73d7628436ef76b0e9bb7f8224f02128e9906;hpb=4733be38930ae81716bba9ae75a8281bcb180634 diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli index 398e83f618a..8be5c654e78 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