Fix function names in comments. Thanks Duncan!
authorDan Gohman <gohman@apple.com>
Tue, 2 Feb 2010 21:10:27 +0000 (21:10 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 2 Feb 2010 21:10:27 +0000 (21:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95126 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ScalarEvolution.h

index 315b782baa33f1bf88dacd7f15423288be52b550..d1bd3c871feffddd6aa650d2a84ba1b0f683c8d2 100644 (file)
@@ -459,15 +459,15 @@ namespace llvm {
     ///
     const SCEV *getSizeOfExpr(const Type *AllocTy);
 
-    /// getSizeOfExpr - Return an expression for alignof on the given type.
+    /// getAlignOfExpr - Return an expression for alignof on the given type.
     ///
     const SCEV *getAlignOfExpr(const Type *AllocTy);
 
-    /// getSizeOfExpr - Return an expression for offsetof on the given field.
+    /// getOffsetOfExpr - Return an expression for offsetof on the given field.
     ///
     const SCEV *getOffsetOfExpr(const StructType *STy, unsigned FieldNo);
 
-    /// getSizeOfExpr - Return an expression for offsetof on the given field.
+    /// getOffsetOfExpr - Return an expression for offsetof on the given field.
     ///
     const SCEV *getOffsetOfExpr(const Type *CTy, Constant *FieldNo);