[llvm-commits] [lld] r155581 - /lld/trunk/docs/design.rst

Michael J. Spencer bigcheesegs at gmail.com
Wed Apr 25 12:59:07 PDT 2012


Author: mspencer
Date: Wed Apr 25 14:59:06 2012
New Revision: 155581

URL: http://llvm.org/viewvc/llvm-project?rev=155581&view=rev
Log:
[docs] Minor spelling fix. Thanks Gabor!

Modified:
    lld/trunk/docs/design.rst

Modified: lld/trunk/docs/design.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/design.rst?rev=155581&r1=155580&r2=155581&view=diff
==============================================================================
--- lld/trunk/docs/design.rst (original)
+++ lld/trunk/docs/design.rst Wed Apr 25 14:59:06 2012
@@ -28,7 +28,7 @@
 Atom Model
 ----------
 
-An atom is an indivisible chuck of code or data.  Typically each user written
+An atom is an indivisible chunk of code or data.  Typically each user written
 function or global variable is an atom.  In addition, the compiler may emit
 other atoms, such as for literal c-strings or floating point constants, or for
 runtime data structures like dwarf unwind info or pointers to initializers.
@@ -40,7 +40,7 @@
 There are three atoms: main, a proxy for printf, and an anonymous atom
 containing the c-string literal "hello world".  The Atom "main" has two
 references. One is the call site for the call to printf, and the other is a
-refernce for the instruction that loads the address of the c-string literal.
+reference for the instruction that loads the address of the c-string literal.
 
 File Model
 ----------





More information about the llvm-commits mailing list