[llvm-commits] CVS: llvm/include/llvm/Target/TargetRegInfo.h

Misha Brukman brukman at cs.uiuc.edu
Mon Jul 14 12:18:34 PDT 2003


Changes in directory llvm/include/llvm/Target:

TargetRegInfo.h updated: 1.39 -> 1.40

---
Log message:

The word `separate' only has one `e'.


---
Diffs of the changes:

Index: llvm/include/llvm/Target/TargetRegInfo.h
diff -u llvm/include/llvm/Target/TargetRegInfo.h:1.39 llvm/include/llvm/Target/TargetRegInfo.h:1.40
--- llvm/include/llvm/Target/TargetRegInfo.h:1.39	Mon Jun 30 16:58:35 2003
+++ llvm/include/llvm/Target/TargetRegInfo.h	Mon Jul 14 12:17:27 2003
@@ -180,7 +180,7 @@
   virtual unsigned getReturnAddressReg() const = 0; 
   
 
-  // Each register class has a seperate space for register IDs. To convert
+  // Each register class has a separate space for register IDs. To convert
   // a regId in a register class to a common Id, or vice versa,
   // we use the folloing two methods.
   //





More information about the llvm-commits mailing list