Skip to content

Commit 13af29d

Browse files
authored
Add missing 'figure' word in reference to a figure (#278)
1 parent 62fc1a3 commit 13af29d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

book.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,9 +1225,9 @@ feature, supported only in AArch64 state, that can be used to mitigate code
12251225
reuse attacks.
12261226

12271227
Pointer Authentication computes a pointer _signature_ for a given address,
1228-
called a [Pointer Authentication Code (PAC)]{.index}, see @fig:pauth-sign-auth.
1229-
The PAC code is stored in the upper bits of the pointer which are otherwise
1230-
unused.
1228+
called a [Pointer Authentication Code (PAC)]{.index}, see figure
1229+
@fig:pauth-sign-auth. The PAC code is stored in the upper bits of the pointer
1230+
which are otherwise unused.
12311231

12321232
A pointer with a PAC code in the upper bits is called a _[signed
12331233
pointer]{.index}_. A non-signed pointer is called a _[raw pointer]{.index}_.

0 commit comments

Comments
 (0)