diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2020-10-06 08:53:57 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-10-17 13:54:11 +0000 |
commit | 30935b60389a8cf264226b3885f37dda8d98fe2b (patch) | |
tree | 9149bae2021b66d53fb93b11cb31e54fabced6b1 /src/mainboard/emulation/qemu-i440fx | |
parent | d354c08f9c320714c68b699d2bcb9ecf51b8e673 (diff) | |
download | coreboot-30935b60389a8cf264226b3885f37dda8d98fe2b.tar.xz |
vendorcode/amd: 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/vendorcode/amd/ | xargs sed -i 's/is define at/is defined at/'
Change-Id: Ia26c87aecb484dcb55737e417367757d38ce3b56
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46065
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/emulation/qemu-i440fx')
0 files changed, 0 insertions, 0 deletions