diff options
| author | wiz <wiz@NetBSD.org> | 2006-12-25 18:39:47 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2006-12-25 18:39:47 +0000 |
| commit | 3ed1aa91855439081010917e59cd71aa3dca4507 (patch) | |
| tree | fcef37733608fea8c80a71c5132e65b427a7053e /sys/dev/ic/atppc.c | |
| parent | 19c7b24184974ab7e0e042e520f2b644129c7220 (diff) | |
Spell "separate" correctly. From Zafer Aydogan.
Diffstat (limited to 'sys/dev/ic/atppc.c')
| -rw-r--r-- | sys/dev/ic/atppc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/atppc.c b/sys/dev/ic/atppc.c index 1264b5d4446..34deddd1f76 100644 --- a/sys/dev/ic/atppc.c +++ b/sys/dev/ic/atppc.c @@ -1,4 +1,4 @@ -/* $NetBSD: atppc.c,v 1.21 2006/05/29 15:17:29 drochner Exp $ */ +/* $NetBSD: atppc.c,v 1.22 2006/12/25 18:39:48 wiz Exp $ */ /* * Copyright (c) 2001 Alcove - Nicolas Souchu @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.21 2006/05/29 15:17:29 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.22 2006/12/25 18:39:48 wiz Exp $"); #include "opt_atppc.h" @@ -68,7 +68,7 @@ int atppc_verbose = 1; /* List of supported chipsets detection routines */ static int (*chipset_detect[])(struct atppc_softc *) = { -/* XXX Add these LATER: maybe as seperate devices? +/* XXX Add these LATER: maybe as separate devices? atppc_pc873xx_detect, atppc_smc37c66xgt_detect, atppc_w83877f_detect, |
