diff --git a/docs/LangRef.html b/docs/LangRef.html index 02b249b48d7..f828b380777 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1303,7 +1303,7 @@ target datalayout = "layout specification"
When constructing the data layout for a given target, LLVM starts with a - default set of specifications which are then (possibly) overriden by the + default set of specifications which are then (possibly) overridden by the specifications in the datalayout keyword. The default specifications are given in this list:
@@ -2638,7 +2638,7 @@ call void asm alignstack "eieio", ""() attached to it that contains a constant integer. If present, the code generator will use the integer as the location cookie value when report errors through the LLVMContext error reporting mechanisms. This allows a - front-end to corrolate backend errors that occur with inline asm back to the + front-end to correlate backend errors that occur with inline asm back to the source code that produced it. For example: