coreboot/src
Paul Menzel 227225b4ac mb: AMD CIMx boards: Fix typo in *is defined* in comments
The passive clause is constructed with the past participle, which is
*defined* in this case. Fix all occurrences in AMD vendor code with the
command below.

    git grep -l "is define at" src/mainboard/ | xargs sed -i 's/is define at/is defined at/'

Change-Id: I5aa0e6e064410b305aa5f2775271f6a8988da64b
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46066
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-10-17 13:54:17 +00:00
..
acpi acpi/acpigen_dsm: fix I2C HID DSM to report correct function support 2020-10-16 18:23:54 +00:00
arch sc7180: Enable bootblock compression 2020-10-13 22:41:19 +00:00
commonlib
console src: Rename EM100Pro-specific SPI console Kconfig option 2020-10-13 08:40:52 +00:00
cpu include/cpu/x86: introduce new helper for (un)setting MSRs 2020-10-16 22:20:47 +00:00
device pci_device: Add a helper function for determining if PCI device is wake source 2020-10-11 02:13:17 +00:00
drivers drivers: snsn65dsi86: Fix link rate parsing 2020-10-13 22:41:05 +00:00
ec ec/google/chromeec: Update ec_commands.h 2020-10-15 13:44:52 +00:00
include include/cpu/x86: introduce new helper for (un)setting MSRs 2020-10-16 22:20:47 +00:00
lib lib/cbfs: deserialize cbfs_stage objects correctly 2020-10-13 08:28:14 +00:00
mainboard mb: AMD CIMx boards: Fix typo in *is defined* in comments 2020-10-17 13:54:17 +00:00
northbridge intel/txt: Add txt_get_chipset_dpr function 2020-10-17 09:34:35 +00:00
security intel/txt: Add txt_get_chipset_dpr function 2020-10-17 09:34:35 +00:00
soc intel/txt: Add txt_get_chipset_dpr function 2020-10-17 09:34:35 +00:00
southbridge haswell/lynxpoint: Align cosmetics with Broadwell 2020-10-14 08:37:36 +00:00
superio superio/nuvoton: Only set bit 7 of global CR 0x2a for COM A 2020-10-17 13:34:33 +00:00
vendorcode vendorcode/amd: Fix typo in *is defined* in comments 2020-10-17 13:54:11 +00:00
Kconfig src: Rename EM100Pro-specific SPI console Kconfig option 2020-10-13 08:40:52 +00:00