diff options
author | Jay Foad <jay.foad@gmail.com> | 2011-06-17 13:36:06 +0000 |
---|---|---|
committer | Jay Foad <jay.foad@gmail.com> | 2011-06-17 13:36:06 +0000 |
commit | 566a4acfef68c00acc34fe9a9b474d3b200f4ecf (patch) | |
tree | a2a1627484339a87e3cb4f0e5431f95b4e840e90 /lib/VMCore | |
parent | 707fd44038edf9ec0d3fe7b99d51e7c71e36f9d0 (diff) | |
download | external_llvm-566a4acfef68c00acc34fe9a9b474d3b200f4ecf.zip external_llvm-566a4acfef68c00acc34fe9a9b474d3b200f4ecf.tar.gz external_llvm-566a4acfef68c00acc34fe9a9b474d3b200f4ecf.tar.bz2 |
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/VMCore')
-rw-r--r-- | lib/VMCore/Function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Function.cpp b/lib/VMCore/Function.cpp index 0ae0bdb..b8fa60a 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[] = { |