summaryrefslogtreecommitdiff
path: root/Documentation/arch/x86/exception-tables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/arch/x86/exception-tables.rst')
-rw-r--r--Documentation/arch/x86/exception-tables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arch/x86/exception-tables.rst b/Documentation/arch/x86/exception-tables.rst
index efde1fef4fbd..6e7177363f8f 100644
--- a/Documentation/arch/x86/exception-tables.rst
+++ b/Documentation/arch/x86/exception-tables.rst
@@ -297,7 +297,7 @@ vma occurs?
c) execution continues at local label 2 (address of the
instruction immediately after the faulting user access).
-The steps 8a to 8c in a certain way emulate the faulting instruction.
+ The steps a to c above in a certain way emulate the faulting instruction.
That's it, mostly. If you look at our example, you might ask why
we set EAX to -EFAULT in the exception handler code. Well, the