diff options
-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. *) |