summaryrefslogtreecommitdiff
path: root/stdlib/callback.mli
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2011-12-21 15:37:54 +0000
committerDamien Doligez <damien.doligez-inria.fr>2011-12-21 15:37:54 +0000
commitcca0035fbb25e0539c85a62b554c5b0abed66062 (patch)
treea3d0f4a8b1eb522c2107d9f920a07857d8080659 /stdlib/callback.mli
parenta85549ccf6b923198293f7335986b9b18417d06b (diff)
downloadocaml-cca0035fbb25e0539c85a62b554c5b0abed66062.tar.gz
continuing to change the name to OCaml
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11922 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/callback.mli')
-rw-r--r--stdlib/callback.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/callback.mli b/stdlib/callback.mli
index dfb31617a2..ca5f1f073d 100644
--- a/stdlib/callback.mli
+++ b/stdlib/callback.mli
@@ -13,11 +13,11 @@
(* $Id$ *)
-(** Registering Caml values with the C runtime.
+(** Registering OCaml values with the C runtime.
- This module allows Caml values to be registered with the C runtime
+ This module allows OCaml values to be registered with the C runtime
under a symbolic name, so that C code can later call back registered
- Caml functions, or raise registered Caml exceptions.
+ OCaml functions, or raise registered OCaml exceptions.
*)
val register : string -> 'a -> unit