]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aarch64: Fix a comment typo
authorRichard Sandiford <rdsandiford@googlemail.com>
Sat, 18 Apr 2026 21:48:28 +0000 (22:48 +0100)
committerRichard Sandiford <rdsandiford@googlemail.com>
Sat, 18 Apr 2026 21:48:28 +0000 (22:48 +0100)
gcc/
* config/aarch64/aarch64.md (SME_STATE_REGNUM): Fix a comment typo.

gcc/config/aarch64/aarch64.md

index e44b1cd9eefa7a81f16c2111562f355e5b9234c0..0ef01e889a6d8b47d4c348c2fd623460804d882e 100644 (file)
     ;; actual contents of ZA and PSTATE.ZA with the current function's
     ;; ZA_REGNUM and SME_STATE_REGNUM.  Conceptually, these extra writes
     ;; do not change the value of SME_STATE_REGNUM.  They simply act as
-    ;; sequencing points.  They means that all direct accesses to ZA can
+    ;; sequencing points.  They mean that all direct accesses to ZA can
     ;; depend only on ZA_REGNUM and SME_STATE_REGNUM, rather than also
     ;; depending on ZA_SAVED_REGNUM etc.
     (SME_STATE_REGNUM 89)