util/lint/spelling.txt: Explain the commented-out entries
If they were removed instead, it would be too easy to end up adding them back again. They are kept in a comment so that they can be tracked. Also, explain why these two entries have been commented out. Change-Id: I8225944b5e3d1e022af169dda33e0344d4c3bccd Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39618 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
5529231598
commit
dc1c30ac17
|
@ -7,10 +7,15 @@
|
|||
# The format of each line is:
|
||||
# mistake||correction
|
||||
#
|
||||
# Note that "sepc" and "acknowledgement" have been commented out.
|
||||
|
||||
# Some entries may trigger false-positives, and have been commented out:
|
||||
#
|
||||
# Reason: Both spellings are correct.
|
||||
#acknowledgement||acknowledgment
|
||||
#
|
||||
# Reason: On RISC-V, `SEPC` is the name of a register.
|
||||
#sepc||spec
|
||||
#
|
||||
|
||||
ACII||ASCII
|
||||
Debiab||Debian
|
||||
FTBS||FTBFS
|
||||
|
|
Loading…
Reference in New Issue