Module Name: src Committed By: gutteridge Date: Thu Feb 1 02:41:56 UTC 2024
Modified Files: src/sys/dev/ic: sti.c Log Message: sti.c: fix a typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/ic/sti.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/ic/sti.c diff -u src/sys/dev/ic/sti.c:1.32 src/sys/dev/ic/sti.c:1.33 --- src/sys/dev/ic/sti.c:1.32 Wed Jan 31 08:15:00 2024 +++ src/sys/dev/ic/sti.c Thu Feb 1 02:41:56 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: sti.c,v 1.32 2024/01/31 08:15:00 macallan Exp $ */ +/* $NetBSD: sti.c,v 1.33 2024/02/01 02:41:56 gutteridge Exp $ */ /* $OpenBSD: sti.c,v 1.61 2009/09/05 14:09:35 miod Exp $ */ @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sti.c,v 1.32 2024/01/31 08:15:00 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sti.c,v 1.33 2024/02/01 02:41:56 gutteridge Exp $"); #include "wsdisplay.h" @@ -934,7 +934,7 @@ sti_init(struct sti_screen *scr, int mod } else { a.flags.flags |= STI_INITF_TEXT | STI_INITF_NTEXT; /* - * Request as many text palnes as STI will allow. + * Request as many text planes as STI will allow. * The reason to do this - when switching to framebuffer mode * for X we need access to all planes. In theory STI should do * just that when we request access to both text and non-text