chore: fix typos (#2328)

Signed-off-by: snoppy <michaleli@foxmail.com>
Co-authored-by: Rot127 <45763064+Rot127@users.noreply.github.com>
This commit is contained in:
Snoppy 2024-05-12 21:16:24 +08:00 committed by GitHub
parent 1a65b8db9e
commit 3b18d7d2a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -191,7 +191,7 @@ namespace llvm {
/// EnableAIXExtendedAltivecABI - This flag returns true when -vec-extabi is
/// specified. The code generator is then able to use both volatile and
/// nonvolitle vector registers. When false, the code generator only uses
/// nonvolatile vector registers. When false, the code generator only uses
/// volatile vector registers which is the default setting on AIX.
unsigned EnableAIXExtendedAltivecABI : 1;