summaryrefslogtreecommitdiff
path: root/util/amdfwtool
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-02-17 16:52:40 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-18 15:33:43 +0000
commit900a254475f5a057ce41e3dbcec33ff6999d8df6 (patch)
treec2e6aa5851dfb407e4715b21cd2a4e43e39fdc49 /util/amdfwtool
parent5bf7b1ac69e796ff508325eab2b8c27cc782372d (diff)
downloadcoreboot-900a254475f5a057ce41e3dbcec33ff6999d8df6.tar.xz
util/amdfwtool: Improve comment's grammar
Change-Id: I2daa57c1982346e48dbd91a94864baf2f11c2129 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reported-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38944 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util/amdfwtool')
-rw-r--r--util/amdfwtool/amdfwtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c
index 522d332bbd..379caaab5a 100644
--- a/util/amdfwtool/amdfwtool.c
+++ b/util/amdfwtool/amdfwtool.c
@@ -1439,7 +1439,7 @@ int main(int argc, char **argv)
integrate_firmwares(&ctx, amd_romsig, amd_fw_table);
- ctx.current = ALIGN(ctx.current, 0x10000U); /* TODO: is necessary? */
+ ctx.current = ALIGN(ctx.current, 0x10000U); /* TODO: is it necessary? */
if (multi) {
/* Do 2nd PSP directory followed by 1st */