Module Name: src
Committed By: andvar
Date: Sat May 18 19:04:45 UTC 2024
Modified Files:
src/sys/arch/arm/iomd: vidc20config.c
Log Message:
s/abou/about/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/iomd/vidc20config.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/arch/arm/iomd/vidc20config.c
diff -u src/sys/arch/arm/iomd/vidc20config.c:1.36 src/sys/arch/arm/iomd/vidc20config.c:1.37
--- src/sys/arch/arm/iomd/vidc20config.c:1.36 Tue May 24 06:28:00 2022
+++ src/sys/arch/arm/iomd/vidc20config.c Sat May 18 19:04:45 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: vidc20config.c,v 1.36 2022/05/24 06:28:00 andvar Exp $ */
+/* $NetBSD: vidc20config.c,v 1.37 2024/05/18 19:04:45 andvar Exp $ */
/*
* Copyright (c) 2001 Reinoud Zandijk
@@ -48,7 +48,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vidc20config.c,v 1.36 2022/05/24 06:28:00 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vidc20config.c,v 1.37 2024/05/18 19:04:45 andvar Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -206,7 +206,7 @@ vidcvideo_write(u_int reg, int value)
/*
* Undefine SAFER if you wish to speed things up (a little)
- * although this means the function will assume things abou
+ * although this means the function will assume things about
* the structure of vidc_state. i.e. the first 256 words are
* the palette array
*/