aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-09-13 07:26:59 +0000
committerCraig Topper <craig.topper@gmail.com>2012-09-13 07:26:59 +0000
commita1deb4e763cb225a4feade12ccbe5719bfbb1518 (patch)
treea67afe3c0758415a4eabc2a39e09912d050f56ba /include
parentb2eb7406719a0cd70489a1229af643b04882b046 (diff)
downloadexternal_llvm-a1deb4e763cb225a4feade12ccbe5719bfbb1518.zip
external_llvm-a1deb4e763cb225a4feade12ccbe5719bfbb1518.tar.gz
external_llvm-a1deb4e763cb225a4feade12ccbe5719bfbb1518.tar.bz2
Fix function name in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCSymbol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCSymbol.h b/include/llvm/MC/MCSymbol.h
index 4c9e7f5..ead9bd9 100644
--- a/include/llvm/MC/MCSymbol.h
+++ b/include/llvm/MC/MCSymbol.h
@@ -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;