summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-07-31 00:52:17 +0300
committerTom Rini <trini@konsulko.com>2022-08-12 15:14:24 +0300
commitf1c8cbd944e097f2d03563316460baf926eeae39 (patch)
treecaa9e92abbfec398d863fc1a4f1c8b7e05e2b2bb
parentf25f575acfffc47cc65fc50424b23b54118c3ada (diff)
downloadu-boot-f1c8cbd944e097f2d03563316460baf926eeae39.tar.xz
bootstd: Fix comment in bootmeth test
Correct the comment at the top of this file. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--test/boot/bootmeth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/boot/bootmeth.c b/test/boot/bootmeth.c
index 07776c5368..81421f550b 100644
--- a/test/boot/bootmeth.c
+++ b/test/boot/bootmeth.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Test for bootdev functions. All start with 'bootdev'
+ * Test for bootdev functions. All start with 'bootmeth'
*
* Copyright 2021 Google LLC
* Written by Simon Glass <sjg@chromium.org>