summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@bsdio.com>2024-07-30 04:51:55 -0600
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-08-01 19:53:47 +0000
commitbd23183ac91566754077869b720cf542c11d68b1 (patch)
treeda99abf3c07bc835aec209679a5556b8e0997bb0
parentb0e7a75a4959a481cc6b857d6e6a9607d14523bf (diff)
downloadedk2-bd23183ac91566754077869b720cf542c11d68b1.tar.gz
.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 <rebecca@bsdio.com>
-rw-r--r--.pytool/Plugin/SpellCheck/cspell.base.yaml3
1 files changed, 2 insertions, 1 deletions
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"
]
}