Fix function name in comment.
authorCraig Topper <craig.topper@gmail.com>
Thu, 13 Sep 2012 07:26:59 +0000 (07:26 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 13 Sep 2012 07:26:59 +0000 (07:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163783 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCSymbol.h

index 4c9e7f5ffdd34a10ea15d9bea439263ceaa8880c..ead9bd9f4bc8b7b4efac34e9e646d23257ad618d 100644 (file)
@@ -133,7 +133,7 @@ namespace llvm {
       return Value != 0;
     }
 
-    /// getValue() - Get the value for variable symbols.
+    /// getVariableValue() - Get the value for variable symbols.
     const MCExpr *getVariableValue() const {
       assert(isVariable() && "Invalid accessor!");
       IsUsed = true;