typos in comments
This commit is contained in:
parent
9761f1c2dc
commit
39aea57337
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: autoconf.c,v 1.102 2013/01/11 12:03:04 tsutsui Exp $ */
|
||||
/* $NetBSD: autoconf.c,v 1.103 2014/03/23 06:03:38 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997, 2002 The NetBSD Foundation, Inc.
|
||||
@ -88,7 +88,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.102 2013/01/11 12:03:04 tsutsui Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.103 2014/03/23 06:03:38 dholland Exp $");
|
||||
|
||||
#include "dvbox.h"
|
||||
#include "gbox.h"
|
||||
@ -608,7 +608,7 @@ setbootdev(void)
|
||||
* 4 == sd
|
||||
* 6 == le
|
||||
*
|
||||
* Allare bdevsw major numbers, except for le, which
|
||||
* All are bdevsw major numbers, except for le, which
|
||||
* is just special.
|
||||
*
|
||||
* We can't mount root on a tape, so we ignore those.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: linux_ioctl.c,v 1.57 2012/09/19 21:24:29 bouyer Exp $ */
|
||||
/* $NetBSD: linux_ioctl.c,v 1.58 2014/03/23 06:03:38 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1995, 1998, 2008 The NetBSD Foundation, Inc.
|
||||
@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_ioctl.c,v 1.57 2012/09/19 21:24:29 bouyer Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_ioctl.c,v 1.58 2014/03/23 06:03:38 dholland Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "sequencer.h"
|
||||
@ -148,7 +148,7 @@ linux_sys_ioctl(struct lwp *l, const struct linux_sys_ioctl_args *uap, register_
|
||||
#if NSEQUENCER > 0
|
||||
/* XXX XAX 2x check this. */
|
||||
/*
|
||||
* Both termios and the MIDI sequncer use 'T' to identify
|
||||
* Both termios and the MIDI sequencer use 'T' to identify
|
||||
* the ioctl, so we have to differentiate them in another
|
||||
* way. We do it by indexing in the cdevsw with the major
|
||||
* device number and check if that is the sequencer entry.
|
||||
|
Loading…
x
Reference in New Issue
Block a user