Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/hil hilkbdmap.c: fix typo in comment and add NetBSD ...



details:   https://anonhg.NetBSD.org/src/rev/d931bac2a66d
branches:  trunk
changeset: 368885:d931bac2a66d
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Thu Aug 11 23:38:45 2022 +0000

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

diffstat:

 sys/dev/hil/hilkbdmap.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dd6877da79d0 -r d931bac2a66d sys/dev/hil/hilkbdmap.c
--- a/sys/dev/hil/hilkbdmap.c   Thu Aug 11 13:04:35 2022 +0000
+++ b/sys/dev/hil/hilkbdmap.c   Thu Aug 11 23:38:45 2022 +0000
@@ -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 @@
        -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 */



Home | Main Index | Thread Index | Old Index