r191771 - Typo in ARM __attribute__((interrupt)) documentation
    Tim Northover 
    tnorthover at apple.com
       
    Tue Oct  1 07:39:43 PDT 2013
    
    
  
Author: tnorthover
Date: Tue Oct  1 09:39:43 2013
New Revision: 191771
URL: http://llvm.org/viewvc/llvm-project?rev=191771&view=rev
Log:
Typo in ARM __attribute__((interrupt)) documentation
Modified:
    cfe/trunk/docs/LanguageExtensions.rst
Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=191771&r1=191770&r2=191771&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Tue Oct  1 09:39:43 2013
@@ -1880,7 +1880,7 @@ The semantics are as follows:
   possible the function itself will make the necessary "lr" adjustments so that
   the "preferred return address" is selected.
 
-  Unfortunately the compiler is unable to make this guarantee for nn "UNDEF"
+  Unfortunately the compiler is unable to make this guarantee for an "UNDEF"
   handler, where the offset from "lr" to the preferred return address depends on
   the execution state of the code which generated the exception. In this case
   a sequence equivalent to "movs pc, lr" will be used.
    
    
More information about the cfe-commits
mailing list