Fix function name in comment.
[oota-llvm.git] / 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;