Changes in directory llvm/include/llvm/Target:

TargetData.h updated: 1.63 -> 1.64
---
Log message:

Fix typo in comment.


---
Diffs of the changes:  (+1 -1)

 TargetData.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Target/TargetData.h
diff -u llvm/include/llvm/Target/TargetData.h:1.63 
llvm/include/llvm/Target/TargetData.h:1.64
--- llvm/include/llvm/Target/TargetData.h:1.63  Wed May  2 20:11:53 2007
+++ llvm/include/llvm/Target/TargetData.h       Sun May  6 08:37:16 2007
@@ -202,7 +202,7 @@
   /// requested alignment (if the global has one).
   unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
 
-  static char ID; // Pass identifcation, replacement for typeid
+  static char ID; // Pass identification, replacement for typeid
 };
 
 /// StructLayout - used to lazily calculate structure layout information for a



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to