@@ -160,7 +160,7 @@ Kernel does.
160160### Visibility of an Inactive ZA Register
161161
162162LLDB 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
164164will 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
184184As for SVE, LLDB does not know how the debugee will use ` za ` , and therefore
185185does 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.
189189You 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