bootstd: Fix comment in bootmeth test
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:17 +0000 (15:52 -0600)
committerTom 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

index 07776c5..81421f5 100644 (file)
@@ -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 <sjg@chromium.org>