From 3ed1aa91855439081010917e59cd71aa3dca4507 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 25 Dec 2006 18:39:47 +0000 Subject: Spell "separate" correctly. From Zafer Aydogan. --- sys/dev/ic/atppc.c | 6 +++--- sys/dev/ic/mpt_netbsd.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/dev/ic') 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 -__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, diff --git a/sys/dev/ic/mpt_netbsd.h b/sys/dev/ic/mpt_netbsd.h index dc16353e072..8788cf18267 100644 --- a/sys/dev/ic/mpt_netbsd.h +++ b/sys/dev/ic/mpt_netbsd.h @@ -1,4 +1,4 @@ -/* $NetBSD: mpt_netbsd.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */ +/* $NetBSD: mpt_netbsd.h,v 1.5 2006/12/25 18:39:48 wiz Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. @@ -119,7 +119,7 @@ * assume we have 480-48 == 432 bytes to have simple SG elements and/or * chain elements. If we assume 32 bit addressing, this works out to * 54 SG or chain elements. If we assume 5 chain elements, then we have - * a maximum of 49 seperate actual SG segments. + * a maximum of 49 separate actual SG segments. */ #define MPT_SGL_MAX 49 -- cgit