Module Name:    src
Committed By:   gutteridge
Date:           Thu Aug 11 23:38:45 UTC 2022

Modified Files:
        src/sys/dev/hil: hilkbdmap.c

Log Message:
hilkbdmap.c: fix typo in comment and add NetBSD RCS ID


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/hil/hilkbdmap.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/hil/hilkbdmap.c
diff -u src/sys/dev/hil/hilkbdmap.c:1.3 src/sys/dev/hil/hilkbdmap.c:1.4
--- src/sys/dev/hil/hilkbdmap.c:1.3	Wed Jun 29 12:45:25 2022
+++ src/sys/dev/hil/hilkbdmap.c	Thu Aug 11 23:38:45 2022
@@ -1,3 +1,4 @@
+/*	$NetBSD: hilkbdmap.c,v 1.4 2022/08/11 23:38:45 gutteridge Exp $	*/
 /*	$OpenBSD: hilkbdmap.c,v 1.7 2005/05/07 22:42:30 miod Exp $	*/
 /*
  * Copyright (c) 2003, Miodrag Vallat.
@@ -581,7 +582,7 @@ const kbd_t hilkbd_layouts[MAXHILKBDLAYO
 	-1,	/* 00 Undefined or custom layout */
 	-1,	/* 01 Undefined */
 	-1,	/* 02 Japanese */
-	-1,	/* 03 Swiss french */
+	-1,	/* 03 Swiss French */
 	-1,	/* 04 Portuguese */
 	-1,	/* 05 Arabic */
 	-1,	/* 06 Hebrew */

Reply via email to