Module Name: src
Committed By: andvar
Date: Sat May 28 22:33:42 UTC 2022
Modified Files:
src/sys/arch/arm/iomd: vidc20config.h
Log Message:
s/heigth/height/ in a function argument name.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/iomd/vidc20config.h
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.h
diff -u src/sys/arch/arm/iomd/vidc20config.h:1.7 src/sys/arch/arm/iomd/vidc20config.h:1.8
--- src/sys/arch/arm/iomd/vidc20config.h:1.7 Mon May 19 15:30:51 2008
+++ src/sys/arch/arm/iomd/vidc20config.h Sat May 28 22:33:42 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: vidc20config.h,v 1.7 2008/05/19 15:30:51 reinoud Exp $ */
+/* $NetBSD: vidc20config.h,v 1.8 2022/05/28 22:33:42 andvar Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#define _VIDC20CONFIG_H_
extern int vidcvideo_write (u_int reg, int value);
-extern int vidcvideo_cursor_init (int width, int heigth);
+extern int vidcvideo_cursor_init (int width, int height);
extern void vidcvideo_setpalette (struct vidc_state *vidc);
extern void vidcvideo_stdpalette (void);
extern void vidcvideo_setstate (struct vidc_state *vidc);