Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48712 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Gordon Henriksen committed Mar 23, 2008
1 parent 4733be3 commit 224fceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/ocaml/llvm/llvm.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 224fceb

Please sign in to comment.