summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2013-04-18 12:56:28 +0000
committerAlain Frisch <alain@frisch.fr>2013-04-18 12:56:28 +0000
commit261eaed8b2a7078dbe83f859d2459ae3a742daf1 (patch)
tree01b633c4e5382ae47a27c8696de1724278d8a925 /stdlib
parente29c9d29564e06d897907631b9df49a51a2baa2d (diff)
Typo.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13555 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/marshal.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/marshal.mli b/stdlib/marshal.mli
index 4de431f0d..dab6bbb56 100644
--- a/stdlib/marshal.mli
+++ b/stdlib/marshal.mli
@@ -35,7 +35,7 @@
Apart from that marshaling is not type-safe, it's also risky to
marshal exception or any OCaml values of type that contains
- exception in it's defininition or in dependent
+ exception in its defininition or in dependent
definitions. Although it's possible to marshal and unmarshal these
OCaml values, it's not possible anymore to match the exception
contained in it using match construct. The same principle applies