diff --git a/docs/LangRef.html b/docs/LangRef.html index 8b05f11f8ea..84172594c15 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -183,7 +183,7 @@ the parser.

purposes:

  1. Numeric constants are represented as you would expect: 12, -3 -123.421, etc. Floating point constants have an optional hexidecimal +123.421, etc. Floating point constants have an optional hexadecimal notation.
  2. Named values are represented as a string of characters with a '%' prefix. For example, %foo, %DivisionByZero, @@ -260,7 +260,7 @@ href="#rw_stroustrup">1.

    -->

    -

    The primitive types are the fundemental building blocks of the LLVM +

    The primitive types are the fundamental building blocks of the LLVM system. The current set of primitive types are as follows:

    @@ -721,7 +721,7 @@ Instruction
    Overview:

    The 'ret' instruction is used to return control flow (and a value) from a function, back to the caller.

    -

    There are two forms of the 'ret' instructruction: one that +

    There are two forms of the 'ret' instruction: one that returns a value and then causes control flow, and one that just causes control flow to occur.

    Arguments:
    @@ -1528,7 +1528,7 @@ the LLVM code for the given testcase is equivalent to:

    -

    The instructions in this catagory are the "miscellaneous" +

    The instructions in this category are the "miscellaneous" instructions, which defy better classification.