Module Name: src
Committed By: andvar
Date: Thu Feb 29 22:01:58 UTC 2024
Modified Files:
src/sys/dev/hpc: hpcfb.c
Log Message:
s/hpcfb_refres_screen/hpcfb_refresh_screen/ in debug message.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/dev/hpc/hpcfb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/hpc/hpcfb.c
diff -u src/sys/dev/hpc/hpcfb.c:1.65 src/sys/dev/hpc/hpcfb.c:1.66
--- src/sys/dev/hpc/hpcfb.c:1.65 Sun Dec 19 21:15:28 2021
+++ src/sys/dev/hpc/hpcfb.c Thu Feb 29 22:01:57 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: hpcfb.c,v 1.65 2021/12/19 21:15:28 andvar Exp $ */
+/* $NetBSD: hpcfb.c,v 1.66 2024/02/29 22:01:57 andvar Exp $ */
/*-
* Copyright (c) 1999
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.65 2021/12/19 21:15:28 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.66 2024/02/29 22:01:57 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_hpcfb.h"
@@ -695,7 +695,7 @@ hpcfb_refresh_screen(struct hpcfb_softc
struct hpcfb_devconfig *dc = sc->sc_dc;
int x, y;
- DPRINTF(("hpcfb_refres_screen()\n"));
+ DPRINTF(("hpcfb_refresh_screen()\n"));
if (dc == NULL)
return;