[llvm-commits] [llvm] r95754 - /llvm/trunk/include/llvm/MC/MCFixup.h

Chris Lattner sabre at nondot.org
Tue Feb 9 17:46:48 PST 2010


Author: lattner
Date: Tue Feb  9 19:46:47 2010
New Revision: 95754

URL: http://llvm.org/viewvc/llvm-project?rev=95754&view=rev
Log:
"fixup" a comment.

Modified:
    llvm/trunk/include/llvm/MC/MCFixup.h

Modified: llvm/trunk/include/llvm/MC/MCFixup.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCFixup.h?rev=95754&r1=95753&r2=95754&view=diff

==============================================================================
--- llvm/trunk/include/llvm/MC/MCFixup.h (original)
+++ llvm/trunk/include/llvm/MC/MCFixup.h Tue Feb  9 19:46:47 2010
@@ -17,7 +17,7 @@
 // Private constants, do not use.
 //
 // This is currently laid out so that the MCFixup fields can be efficiently
-// accessed, while keeping the offset field large enought that the assembler
+// accessed, while keeping the offset field large enough that the assembler
 // backend can reasonably use the MCFixup representation for an entire fragment
 // (splitting any overly large fragments).
 //





More information about the llvm-commits mailing list