From: Simon Glass Date: Sat, 30 Jul 2022 21:52:17 +0000 (-0600) Subject: bootstd: Fix comment in bootmeth test X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=f1c8cbd944e097f2d03563316460baf926eeae39;p=u-boot.git bootstd: Fix comment in bootmeth test Correct the comment at the top of this file. Signed-off-by: Simon Glass --- 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