summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2013-05-16 12:38:31 +0000
committerAlain Frisch <alain@frisch.fr>2013-05-16 12:38:31 +0000
commite4098f9f42000fbf2381a96115142a4aa3ba4a34 (patch)
tree32737aef3bf558a01f194a6fb0ba6361456acbf8
parentf51bc04b55fbe22533f1075193dd3b2e52721f15 (diff)
Typo.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13684 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes b/Changes
index a478432d4..c4c285db1 100644
--- a/Changes
+++ b/Changes
@@ -29,7 +29,7 @@ Compilers:
uses lots of functors.
- PR#5986: added flag -compat-32 to ocamlc, ensuring that the generated
bytecode executable can be loaded on 32-bit hosts.
-- PR#5980: warning on open statement which shadow an existing identifier (which turns out to be actually used in the scope of the open)
+- PR#5980: warning on open statements which shadow an existing identifier (which turns out to be actually used in the scope of the open)
Standard library:
- PR#5986: new flag Marshal.Compat_32 for the serialization functions