Skip to content

Commit fdb9155

Browse files
committed
aarch64: Fix a comment typo
gcc/ * config/aarch64/aarch64.md (SME_STATE_REGNUM): Fix a comment typo.
1 parent 0f9904a commit fdb9155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcc/config/aarch64/aarch64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
;; actual contents of ZA and PSTATE.ZA with the current function's
163163
;; ZA_REGNUM and SME_STATE_REGNUM. Conceptually, these extra writes
164164
;; do not change the value of SME_STATE_REGNUM. They simply act as
165-
;; sequencing points. They means that all direct accesses to ZA can
165+
;; sequencing points. They mean that all direct accesses to ZA can
166166
;; depend only on ZA_REGNUM and SME_STATE_REGNUM, rather than also
167167
;; depending on ZA_SAVED_REGNUM etc.
168168
(SME_STATE_REGNUM 89)

0 commit comments

Comments
 (0)