summaryrefslogtreecommitdiff
path: root/lib
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
commit566a4acfef68c00acc34fe9a9b474d3b200f4ecf (patch)
treea2a1627484339a87e3cb4f0e5431f95b4e840e90 /lib
parent707fd44038edf9ec0d3fe7b99d51e7c71e36f9d0 (diff)
downloadllvm-566a4acfef68c00acc34fe9a9b474d3b200f4ecf.tar.gz
llvm-566a4acfef68c00acc34fe9a9b474d3b200f4ecf.tar.bz2
llvm-566a4acfef68c00acc34fe9a9b474d3b200f4ecf.tar.xz
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/VMCore/Function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Function.cpp b/lib/VMCore/Function.cpp
index 0ae0bdb805..b8fa60a26d 100644
--- a/lib/VMCore/Function.cpp
+++ b/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[] = {