From 3b18d7d2a47ac01509b93e555b25cbcc1a60688d Mon Sep 17 00:00:00 2001 From: Snoppy Date: Sun, 12 May 2024 21:16:24 +0800 Subject: [PATCH] chore: fix typos (#2328) Signed-off-by: snoppy Co-authored-by: Rot127 <45763064+Rot127@users.noreply.github.com> --- suite/synctools/tablegen/include/llvm/Target/TargetOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/synctools/tablegen/include/llvm/Target/TargetOptions.h b/suite/synctools/tablegen/include/llvm/Target/TargetOptions.h index 19968c83e0..86211abfbc 100644 --- a/suite/synctools/tablegen/include/llvm/Target/TargetOptions.h +++ b/suite/synctools/tablegen/include/llvm/Target/TargetOptions.h @@ -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;