[llvm-commits] [llvm] r133254 - /llvm/trunk/lib/VMCore/Function.cpp

Jay Foad jay.foad at gmail.com
Fri Jun 17 06:36:06 PDT 2011


Author: foad
Date: Fri Jun 17 08:36:06 2011
New Revision: 133254

URL: http://llvm.org/viewvc/llvm-project?rev=133254&view=rev
Log:
Fix typo in comment.

Modified:
    llvm/trunk/lib/VMCore/Function.cpp

Modified: llvm/trunk/lib/VMCore/Function.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/Function.cpp?rev=133254&r1=133253&r2=133254&view=diff
==============================================================================
--- llvm/trunk/lib/VMCore/Function.cpp (original)
+++ llvm/trunk/lib/VMCore/Function.cpp Fri Jun 17 08:36:06 2011
@@ -417,7 +417,7 @@
 /// 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[] = {





More information about the llvm-commits mailing list