summaryrefslogtreecommitdiffstats
path: root/win32caml/ocaml.c
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2012-02-10 16:15:24 +0000
committerDamien Doligez <damien.doligez-inria.fr>2012-02-10 16:15:24 +0000
commite7f5b858c2aee1fc6caeefc3d7c80ca696be2897 (patch)
treef6e4f76927ce2a4f604fcc0596f1b6505cc39fe3 /win32caml/ocaml.c
parentd7cbf2a01a390f2fe6bedef1292bb5aa55d8b6f7 (diff)
More renaming to OCaml
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12149 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'win32caml/ocaml.c')
-rw-r--r--win32caml/ocaml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32caml/ocaml.c b/win32caml/ocaml.c
index 04899473f..59ebd035b 100644
--- a/win32caml/ocaml.c
+++ b/win32caml/ocaml.c
@@ -1564,7 +1564,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
if (!Setup(&hAccelTable))
return 0;
// Need to set up a console so that we can send ctrl-break signal
- // to inferior Caml
+ // to inferior OCaml
AllocConsole();
GetConsoleTitle(consoleTitle,sizeof(consoleTitle));
hwndConsole = FindWindow(NULL,consoleTitle);