Fix typo in comment.
authorJay Foad <jay.foad@gmail.com>
Fri, 17 Jun 2011 13:36:06 +0000 (13:36 +0000)
committerJay Foad <jay.foad@gmail.com>
Fri, 17 Jun 2011 13:36:06 +0000 (13:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133254 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Function.cpp

index 0ae0bdb8056afb43ed294b8d86291cf3fc19fac9..b8fa60a26d8ed424be6967ea415ca0ea31479ca1 100644 (file)
@@ -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[] = {