From f1c8cbd944e097f2d03563316460baf926eeae39 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 30 Jul 2022 15:52:17 -0600 Subject: [PATCH] bootstd: Fix comment in bootmeth test Correct the comment at the top of this file. Signed-off-by: Simon Glass --- test/boot/bootmeth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5