[llvm-commits] [llvm] r42631 -	/llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
    Duncan Sands 
    baldrick at free.fr
       
    Fri Oct  5 03:37:01 PDT 2007
    
    
  
Author: baldrick
Date: Fri Oct  5 05:37:00 2007
New Revision: 42631
URL: http://llvm.org/viewvc/llvm-project?rev=42631&view=rev
Log:
Fix typo in comment.
Modified:
    llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h?rev=42631&r1=42630&r2=42631&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h Fri Oct  5 05:37:00 2007
@@ -1512,7 +1512,7 @@
   // AddrMode - unindexed, pre-indexed, post-indexed.
   ISD::MemIndexedMode AddrMode;
 
-  // IsTruncStore - True is the op does a truncation before store.
+  // IsTruncStore - True if the op does a truncation before store.
   bool IsTruncStore;
 
   // StoredVT - VT of the value after truncation.
    
    
More information about the llvm-commits
mailing list