summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2016-07-16 08:53:39 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2016-07-16 08:53:39 +0000
commit456507ee6c3909e7bb18a133e8ee120cda39bf88 (patch)
tree1d347f5badbfe7d2585823ad19029c7676227404 /sys/arch/luna88k
parent7e568810f281957445d5b312f7da0b21faf3be26 (diff)
Fix typo in comment in three machdep.c files:
s/names are this level/names at this level/ from aalm@ - thanks
Diffstat (limited to 'sys/arch/luna88k')
-rw-r--r--sys/arch/luna88k/luna88k/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/luna88k/machdep.c b/sys/arch/luna88k/luna88k/machdep.c
index e85e40e8f1c..8d9ddfdb0b4 100644
--- a/sys/arch/luna88k/luna88k/machdep.c
+++ b/sys/arch/luna88k/luna88k/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.119 2016/06/13 23:51:58 dlg Exp $ */
+/* $OpenBSD: machdep.c,v 1.120 2016/07/16 08:53:37 tom Exp $ */
/*
* Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -924,7 +924,7 @@ cpu_sysctl(name, namelen, oldp, oldlenp, newp, newlen, p)
{
dev_t consdev;
- /* all sysctl names are this level are terminal */
+ /* all sysctl names at this level are terminal */
if (namelen != 1)
return (ENOTDIR); /* overloaded */