From ca3e36bc4b4d729fab475b1278f674132910e17c Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 10 Jan 2023 12:47:19 +0000 Subject: [PATCH] rhe -> the from Crystal Kolipe --- sys/dev/wscons/wsdisplay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/wscons/wsdisplay.c b/sys/dev/wscons/wsdisplay.c index 15e54fa10c1..fbfe0e9966c 100644 --- a/sys/dev/wscons/wsdisplay.c +++ b/sys/dev/wscons/wsdisplay.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsdisplay.c,v 1.150 2022/11/26 06:20:18 anton Exp $ */ +/* $OpenBSD: wsdisplay.c,v 1.151 2023/01/10 12:47:19 tb Exp $ */ /* $NetBSD: wsdisplay.c,v 1.82 2005/02/27 00:27:52 perry Exp $ */ /* @@ -2212,7 +2212,7 @@ wsdisplay_switchtoconsole(void) } /* - * Switch rhe console display to its ddb screen, avoiding locking + * Switch the console display to its ddb screen, avoiding locking * where we can. */ void -- 2.20.1