summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2013-07-01 16:53:24 +0000
committerjasper <jasper@openbsd.org>2013-07-01 16:53:24 +0000
commit2981fc100957016a8ebb585b01b3ef331ca5afe9 (patch)
treed2af93b1df0ae4aee33c892d57087fa68127c96d
parentDo not access queue fields directly, use FOREACH() macro instead. (diff)
downloadwireguard-openbsd-2981fc100957016a8ebb585b01b3ef331ca5afe9.tar.xz
wireguard-openbsd-2981fc100957016a8ebb585b01b3ef331ca5afe9.zip
sync comment with it's intended meaning.
from martin@
-rw-r--r--sys/arch/macppc/dev/pgs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/pgs.c b/sys/arch/macppc/dev/pgs.c
index dfec63a60f6..fe2fe95017e 100644
--- a/sys/arch/macppc/dev/pgs.c
+++ b/sys/arch/macppc/dev/pgs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pgs.c,v 1.2 2011/02/19 22:15:11 kettenis Exp $ */
+/* $OpenBSD: pgs.c,v 1.3 2013/07/01 16:53:24 jasper Exp $ */
/*
* Copyright (c) 2010 Jasper Lievisse Adriaanse <jasper@openbsd.org>
*
@@ -17,7 +17,7 @@
/*
* This driver allows entering DDB by pushing the "Programmers Switch",
- * which can be found on most any modern world MacPPC.
+ * which can be found on many "Old World" and some early "New World" MacPPC.
*/
#include <sys/types.h>