[llvm-commits] [llvm] r116322 - /llvm/trunk/include/llvm/MC/MCCodeEmitter.h

Jim Grosbach grosbach at apple.com
Tue Oct 12 11:11:41 PDT 2010


Author: grosbach
Date: Tue Oct 12 13:11:41 2010
New Revision: 116322

URL: http://llvm.org/viewvc/llvm-project?rev=116322&view=rev
Log:
Comment grammar tweakage.

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

Modified: llvm/trunk/include/llvm/MC/MCCodeEmitter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCCodeEmitter.h?rev=116322&r1=116321&r2=116322&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCCodeEmitter.h (original)
+++ llvm/trunk/include/llvm/MC/MCCodeEmitter.h Tue Oct 12 13:11:41 2010
@@ -23,7 +23,7 @@
 /// MCFixupKindInfo - Target independent information on a fixup kind.
 struct MCFixupKindInfo {
   enum FixupKindFlags {
-    /// Is this fixup kind PCrelative. This is used by the assembler backend to
+    /// Is this fixup kind PCrelative? This is used by the assembler backend to
     /// evaluate fixup values in a target independent manner when possible.
     FKF_IsPCRel = (1 << 0)
   };
@@ -35,7 +35,7 @@
   /// The bit offset to write the relocation into.
   //
   // FIXME: These two fields are under-specified and not general enough, but it
-  // is covers many things, and is enough to let the AsmStreamer pretty-print
+  // covers many things. It's enough to let the AsmStreamer pretty-print
   // the encoding.
   unsigned TargetOffset;
 





More information about the llvm-commits mailing list