diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-07-01 16:53:25 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-07-01 16:53:25 +0000 |
commit | bf329b19ae9dfe1ea493372b98ada56778e6d704 (patch) | |
tree | 07d9356b376381c2a2382c52618171b8026a68d2 /sys/arch/macppc/dev/pgs.c | |
parent | aaea1824222602172b6be35c07e69f787874fe18 (diff) |
sync comment with it's intended meaning.
from martin@
Diffstat (limited to 'sys/arch/macppc/dev/pgs.c')
-rw-r--r-- | sys/arch/macppc/dev/pgs.c | 4 |
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> |