[llvm-commits] [llvm] r48712 - /llvm/trunk/bindings/ocaml/llvm/llvm.mli
Gordon Henriksen
gordonhenriksen at mac.com
Sun Mar 23 15:37:22 PDT 2008
Author: gordon
Date: Sun Mar 23 17:37:22 2008
New Revision: 48712
URL: http://llvm.org/viewvc/llvm-project?rev=48712&view=rev
Log:
Fix a typo.
Modified:
llvm/trunk/bindings/ocaml/llvm/llvm.mli
Modified: llvm/trunk/bindings/ocaml/llvm/llvm.mli
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/llvm/llvm.mli?rev=48712&r1=48711&r2=48712&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/llvm/llvm.mli (original)
+++ llvm/trunk/bindings/ocaml/llvm/llvm.mli Sun Mar 23 17:37:22 2008
@@ -152,7 +152,7 @@
(** {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
More information about the llvm-commits
mailing list