diff options
| author | gutteridge <gutteridge@NetBSD.org> | 2022-08-11 23:38:45 +0000 |
|---|---|---|
| committer | gutteridge <gutteridge@NetBSD.org> | 2022-08-11 23:38:45 +0000 |
| commit | abaad54a9e232c123047add12812bda0468e2a2c (patch) | |
| tree | b99c3d3c576182c1163326fe167011fe24eb2136 /sys/dev | |
| parent | 87c0090c5ce171f58199108741cff28774cc1ee5 (diff) | |
hilkbdmap.c: fix typo in comment and add NetBSD RCS ID
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/hil/hilkbdmap.c | 3 |
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 */ |
