diff options
| author | Simon Glass <[email protected]> | 2022-07-30 15:52:17 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-12 08:14:24 -0400 |
| commit | f1c8cbd944e097f2d03563316460baf926eeae39 (patch) | |
| tree | caa9e92abbfec398d863fc1a4f1c8b7e05e2b2bb /test | |
| parent | f25f575acfffc47cc65fc50424b23b54118c3ada (diff) | |
bootstd: Fix comment in bootmeth test
Correct the comment at the top of this file.
Signed-off-by: Simon Glass <[email protected]>
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 07776c5368d..81421f550b5 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 <[email protected]> |
