Skip to content

Commit 9c6f85f

Browse files
committed
[lldb][NFC] fix two small typeos in aarch64-linxu.md
1 parent bbccc52 commit 9c6f85f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/docs/use/aarch64-linux.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Kernel does.
160160
### Visibility of an Inactive ZA Register
161161

162162
LLDB does not handle registers that can come and go at runtime (SVE changes
163-
size but it does not dissappear). Therefore when `za` is not enabled, LLDB
163+
size but it does not disappear). Therefore when `za` is not enabled, LLDB
164164
will return a block of 0s instead. This block will match the expected size of
165165
`za`:
166166
```
@@ -183,9 +183,9 @@ If you want to know whether `za` is active or not, refer to bit 2 of the
183183

184184
As for SVE, LLDB does not know how the debugee will use `za`, and therefore
185185
does not know how it would be best to display it. At any time any given
186-
instrucion could interpret its contents as many kinds and sizes of data.
186+
instruction could interpret its contents as many kinds and sizes of data.
187187

188-
So LLDB will default to showing `za` as one large vector of individual bytes.
188+
So LLDB will default to showing `za` as one large vector of individual bytes.
189189
You can override this with a format option (see the SVE example above).
190190

191191
### Expression Evaluation
@@ -228,4 +228,4 @@ bytes.
228228
### Expression Evaluation
229229

230230
`zt0`'s value and whether it is active or not will be saved prior to
231-
expression evaluation and restored afterwards.
231+
expression evaluation and restored afterwards.

0 commit comments

Comments
 (0)