Fix typo in comment.
authorDuncan Sands <baldrick@free.fr>
Fri, 5 Oct 2007 10:37:00 +0000 (10:37 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 5 Oct 2007 10:37:00 +0000 (10:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42631 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index b3e217bf978a39e289be66f73ce8ac976a4ce941..ee926f1dcacc5665c6cbd4af00192373c2e9feaf 100644 (file)
@@ -1512,7 +1512,7 @@ class StoreSDNode : public SDNode {
   // 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.