Skip to content

Commit 9073f1b

Browse files
author
Damien Doligez
committed
GPR#190: typo in pervasives
git-svn-id: http://caml.inria.fr/svn/ocaml/version/4.02@16151 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1 parent 1c5c6d7 commit 9073f1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ Bug fixes:
206206
(Adrien Nader)
207207
- GPR#143: fix getsockopt behaviour for boolean socket options
208208
(Anil Madhavapeddy and Andrew Ray)
209+
- GPR#190: typo in pervasives
210+
(Guillaume Bury)
209211
- Misplaced assertion in major_gc.c for no-naked-pointers mode
210212
(Stephen Dolan, Mark Shinwell)
211213

stdlib/pervasives.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ external __LINE_OF__ : 'a -> int * 'a = "%loc_LINE"
188188
@since 4.02.0
189189
*)
190190
external __POS_OF__ : 'a -> (string * int * int * int) * 'a = "%loc_POS"
191-
(** [__POS_OF__ expr] returns a pair [(expr,loc)], where [loc] is a
191+
(** [__POS_OF__ expr] returns a pair [(loc,expr)], where [loc] is a
192192
tuple [(file,lnum,cnum,enum)] corresponding to the location at
193193
which the expression [expr] appears in the file currently being
194194
parsed by the compiler. [file] is the current filename, [lnum] the

0 commit comments

Comments
 (0)