summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Function.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-06-17 13:36:06 +0000
committerJay Foad <jay.foad@gmail.com>2011-06-17 13:36:06 +0000
commitafdfed3d47db94637b63bcdf615ff9b3f2b202a1 (patch)
tree9a9adba4a682a93808ddd125bf17cd0c894958ed /llvm/lib/VMCore/Function.cpp
parent3604d9a42197c492105b590b8bb7b99f295d804a (diff)
downloadbcm5719-llvm-afdfed3d47db94637b63bcdf615ff9b3f2b202a1.tar.gz
bcm5719-llvm-afdfed3d47db94637b63bcdf615ff9b3f2b202a1.zip
Fix typo in comment.
llvm-svn: 133254
Diffstat (limited to 'llvm/lib/VMCore/Function.cpp')
-rw-r--r--llvm/lib/VMCore/Function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Function.cpp b/llvm/lib/VMCore/Function.cpp
index 0ae0bdb8056..b8fa60a26d8 100644
--- a/llvm/lib/VMCore/Function.cpp
+++ b/llvm/lib/VMCore/Function.cpp
@@ -417,7 +417,7 @@ bool Function::hasAddressTaken(const User* *PutOffender) const {
/// setjmp or other function that gcc recognizes as "returning twice".
///
/// FIXME: Remove after <rdar://problem/8031714> is fixed.
-/// FIXME: Is the obove FIXME valid?
+/// FIXME: Is the above FIXME valid?
bool Function::callsFunctionThatReturnsTwice() const {
const Module *M = this->getParent();
static const char *ReturnsTwiceFns[] = {
OpenPOWER on IntegriCloud