]> granicus.if.org Git - clang/commitdiff
Fix documentation.
authorMike Stump <mrs@apple.com>
Tue, 3 Nov 2009 16:11:57 +0000 (16:11 +0000)
committerMike Stump <mrs@apple.com>
Tue, 3 Nov 2009 16:11:57 +0000 (16:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85901 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGValue.h

index 2a06f51f6685de9c4d768d00ac51ea0b3a961e1f..fa77471bce0e66125b554b629f1b884e7a5a190d 100644 (file)
@@ -47,7 +47,7 @@ public:
 
   bool isVolatileQualified() const { return Volatile; }
 
-  /// getScalar() - Return the Value* of this scalar value.
+  /// getScalarVal() - Return the Value* of this scalar value.
   llvm::Value *getScalarVal() const {
     assert(isScalar() && "Not a scalar!");
     return V1;