summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorgutteridge <gutteridge@NetBSD.org>2022-08-11 23:38:45 +0000
committergutteridge <gutteridge@NetBSD.org>2022-08-11 23:38:45 +0000
commitabaad54a9e232c123047add12812bda0468e2a2c (patch)
treeb99c3d3c576182c1163326fe167011fe24eb2136 /sys/dev
parent87c0090c5ce171f58199108741cff28774cc1ee5 (diff)
hilkbdmap.c: fix typo in comment and add NetBSD RCS ID
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/hil/hilkbdmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/hil/hilkbdmap.c b/sys/dev/hil/hilkbdmap.c
index 4acb6b0307f..edea0867106 100644
--- a/sys/dev/hil/hilkbdmap.c
+++ b/sys/dev/hil/hilkbdmap.c
@@ -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[MAXHILKBDLAYOUT] = {
-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 */