]> granicus.if.org Git - clang/commitdiff
Typo in ARM __attribute__((interrupt)) documentation
authorTim Northover <tnorthover@apple.com>
Tue, 1 Oct 2013 14:39:43 +0000 (14:39 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 1 Oct 2013 14:39:43 +0000 (14:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191771 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index da4bb167508eff6493ffdcc88b0092b1cedf8398..44916f7db79b37df3bfb193e82d3d61e56c55c14 100644 (file)
@@ -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.