From 84666a19649df885b40e2fb1da1c11674fcd9620 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 14 Feb 2016 20:16:22 +0000 Subject: Fix some typos in the llvm doc llvm-svn: 260855 --- llvm/docs/tutorial/OCamlLangImpl1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/tutorial/OCamlLangImpl1.rst') diff --git a/llvm/docs/tutorial/OCamlLangImpl1.rst b/llvm/docs/tutorial/OCamlLangImpl1.rst index cf968b5ae89..9de92305a1c 100644 --- a/llvm/docs/tutorial/OCamlLangImpl1.rst +++ b/llvm/docs/tutorial/OCamlLangImpl1.rst @@ -106,7 +106,7 @@ support the if/then/else construct, a for loop, user defined operators, JIT compilation with a simple command line interface, etc. Because we want to keep things simple, the only datatype in Kaleidoscope -is a 64-bit floating point type (aka 'float' in O'Caml parlance). As +is a 64-bit floating point type (aka 'float' in OCaml parlance). As such, all values are implicitly double precision and the language doesn't require type declarations. This gives the language a very nice and simple syntax. For example, the following simple example computes -- cgit v1.2.3