Received: by mail.netbsd.org (Postfix, from userid 605) id A188514A2A0; Sat, 1 Dec 2012 11:36:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEEE514A294 for ; Sat, 1 Dec 2012 11:36:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yux3k8mmIm8v for ; Sat, 1 Dec 2012 11:36:46 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2A71B14A233 for ; Sat, 1 Dec 2012 11:36:46 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 79FE6175DD; Sat, 1 Dec 2012 11:37:27 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 1 Dec 2012 11:37:27 +0000 From: "Marc Balmer" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20121201113727.79FE6175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Marc Balmer" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: mbalmer Date: Sat Dec 1 11:37:27 UTC 2012 Modified Files: src/games/rogue: machdep.c src/sys/arch/ibmnws/include: pnp.h src/sys/arch/prep/include: pnp.h src/sys/dev/pci/n8: n8_memory_bsd.c Log Message: Fix misspelling of acceptible (it's only acceptable with an 'a', not an 'i'). To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/games/rogue/machdep.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ibmnws/include/pnp.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/prep/include/pnp.h cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/n8/n8_memory_bsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.