[llvm-commits] [llvm] r136646 - /llvm/trunk/docs/CodeGenerator.html

Roman Divacky rdivacky at freebsd.org
Mon Aug 1 13:38:27 PDT 2011


Author: rdivacky
Date: Mon Aug  1 15:38:27 2011
New Revision: 136646

URL: http://llvm.org/viewvc/llvm-project?rev=136646&view=rev
Log:
Fix a typo.

Modified:
    llvm/trunk/docs/CodeGenerator.html

Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=136646&r1=136645&r2=136646&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Mon Aug  1 15:38:27 2011
@@ -1830,7 +1830,7 @@
 
 <p>The compact unwind encoding is a 32-bit value, which is encoded in an
    architecture-specific way. It specifies which registers to restore and from
-   where, and how to unwind out of the funciton. When the linker creates a final
+   where, and how to unwind out of the function. When the linker creates a final
    linked image, it will create a <code>__TEXT,__unwind_info</code>
    section. This section is a small and fast way for the runtime to access
    unwind info for any given function. If we emit compact unwind info for the





More information about the llvm-commits mailing list