Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/darwin Typo



details:   https://anonhg.NetBSD.org/src/rev/ee831bf9f2e6
branches:  trunk
changeset: 551487:ee831bf9f2e6
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Sep 07 09:07:19 2003 +0000

description:
Typo

diffstat:

 sys/compat/darwin/darwin_iohidsystem.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d63afcfa93b0 -r ee831bf9f2e6 sys/compat/darwin/darwin_iohidsystem.h
--- a/sys/compat/darwin/darwin_iohidsystem.h    Sun Sep 07 08:05:47 2003 +0000
+++ b/sys/compat/darwin/darwin_iohidsystem.h    Sun Sep 07 09:07:19 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: darwin_iohidsystem.h,v 1.5 2003/05/22 22:07:39 manu Exp $ */
+/*     $NetBSD: darwin_iohidsystem.h,v 1.6 2003/09/07 09:07:19 manu Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -235,7 +235,7 @@
 /* Shared memory between the IOHIDSystem driver and userland */
 struct  darwin_iohidsystem_shmem {
        int dis_global_offset;  /* Offset to global zone, usually 8 */
-       int dis_private_offset; /* Offset to privete memory. Don't care. */
+       int dis_private_offset; /* Offset to private memory. Don't care. */
        struct darwin_iohidsystem_evglobals dis_evglobals; 
 };
 



Home | Main Index | Thread Index | Old Index