diff options
author | Simon Glass <sjg@chromium.org> | 2022-07-30 15:52:17 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-12 08:14:24 -0400 |
commit | f1c8cbd944e097f2d03563316460baf926eeae39 (patch) | |
tree | caa9e92abbfec398d863fc1a4f1c8b7e05e2b2bb /test | |
parent | f25f575acfffc47cc65fc50424b23b54118c3ada (diff) | |
download | u-boot-f1c8cbd944e097f2d03563316460baf926eeae39.zip u-boot-f1c8cbd944e097f2d03563316460baf926eeae39.tar.gz u-boot-f1c8cbd944e097f2d03563316460baf926eeae39.tar.bz2 |
bootstd: Fix comment in bootmeth test
Correct the comment at the top of this file.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/boot/bootmeth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/boot/bootmeth.c b/test/boot/bootmeth.c index 07776c5..81421f5 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> |