aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
diff options
context:
space:
mode:
authorMichael Osipov <michaelo@FreeBSD.org>2026-04-09 11:39:41 +0000
committerMichael Osipov <michaelo@FreeBSD.org>2026-04-11 18:24:43 +0000
commit4f684e929de1275b1099b17b2a2cff0d3f4af223 (patch)
treef5e8a562c3d4ebd88809ddbc040e12214fe79b70 /stand/efi
parent47ca491ca425d0d3d8e2a8a3cac40d6565d8ab6a (diff)
Diffstat (limited to 'stand/efi')
-rw-r--r--stand/efi/loader/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
index e54f3e1f9f35..9604f16a2480 100644
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -1007,10 +1007,10 @@ parse_uefi_con_out(void)
* If we don't have any Con* variable use both. If we have GOP
* make video primary, otherwise set serial primary. In either
* case, try to use both the 'efi' console which will use the
- * GOP, if present and serial. If there's an EFI BIOS that omits
- * this, but has a serial port redirect, we'll unavioidably get
- * doubled characters, but we'll be right in all the other more
- * common cases.
+ * GOP, if present and serial. If there's a UEFI firmware that
+ * omit this, but has a serial port redirect, we'll unavoidably
+ * get doubled characters, but we'll be right in all the other
+ * more common cases.
*/
if (efi_has_gop())
how |= RB_MULTIPLE;