From: Simon Glass Date: Sat, 30 Jul 2022 21:52:17 +0000 (-0600) Subject: bootstd: Fix comment in bootmeth test X-Git-Tag: baikal/mips/sdk5.8.2~5^2~252^2~20 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=656a1386123a11cbfb0786b0665aed45c7b92736;p=uboot.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