mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4733be3893
commit
224fceb41f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user