From bd23183ac91566754077869b720cf542c11d68b1 Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Tue, 30 Jul 2024 04:51:55 -0600 Subject: .pytool: Add "MPIDR" to the list of known words in cspell.base.yaml "MPIDR" is the Multiprocessor Affinity Register on Arm systems. Add it the list of known words so that cspell doesn't flag it as a misspelling. Signed-off-by: Rebecca Cran --- .pytool/Plugin/SpellCheck/cspell.base.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.pytool') diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml index 92e65ec6f6..915fd17f40 100644 --- a/.pytool/Plugin/SpellCheck/cspell.base.yaml +++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml @@ -291,6 +291,7 @@ "unenrolling", "unconfigure", "Loongson", - "LOONGARCH" + "LOONGARCH", + "MPIDR" ] } -- cgit