projects
/
platform
/
kernel
/
u-boot-spacemit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25f575
)
bootstd: Fix comment in bootmeth test
author
Simon Glass
<sjg@chromium.org>
Sat, 30 Jul 2022 21:52:17 +0000
(15:52 -0600)
committer
Tom Rini
<trini@konsulko.com>
Fri, 12 Aug 2022 12:14:24 +0000
(08:14 -0400)
Correct the comment at the top of this file.
Signed-off-by: Simon Glass <sjg@chromium.org>
test/boot/bootmeth.c
patch
|
blob
|
history
diff --git
a/test/boot/bootmeth.c
b/test/boot/bootmeth.c
index
07776c5
..
81421f5
100644
(file)
--- 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 'boot
dev
'
+ * Test for bootdev functions. All start with 'boot
meth
'
*
* Copyright 2021 Google LLC
* Written by Simon Glass <sjg@chromium.org>