diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1997-10-24 15:53:28 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1997-10-24 15:53:28 +0000 |
commit | 7de9d9776f1f2f9226e720355133e6a8731255d3 (patch) | |
tree | fb9ea309ecc35c1b308d897596f7e30e91a0a191 | |
parent | 88bfb0bbe69e1bd2ee737a321f3641a53e272bc7 (diff) |
MAJ doc.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1740 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | otherlibs/threads/thread.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/threads/thread.mli b/otherlibs/threads/thread.mli index d9ef39066..60dce9f61 100644 --- a/otherlibs/threads/thread.mli +++ b/otherlibs/threads/thread.mli @@ -11,7 +11,7 @@ (* $Id$ *) -(* Module [Thread]: user-level lightweight threads *) +(* Module [Thread]: lightweight threads *) type t (* The type of thread handles. *) |