diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-08-05 09:22:49 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-08-05 09:22:49 +0000 |
commit | 9d88db4a3fdb12118d14f5c903689fa36ac112e2 (patch) | |
tree | 02c4d71dee57d19a3870904ab67f6ea858982ad8 /sys | |
parent | d90ac3bfa3d8936cc5a8362d6dbd8276b90abe2e (diff) |
Correct URL. Noticed by Dries Schellekens <gwyllion at ulyssis.org>.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/isa/aps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/aps.c b/sys/dev/isa/aps.c index d97cd16e0ab..29e5af197ea 100644 --- a/sys/dev/isa/aps.c +++ b/sys/dev/isa/aps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aps.c,v 1.2 2005/08/05 07:29:02 jsg Exp $ */ +/* $OpenBSD: aps.c,v 1.3 2005/08/05 09:22:48 jsg Exp $ */ /* * Copyright (c) 2005 Jonathan Gray <jsg@openbsd.org> * @@ -17,7 +17,7 @@ /* * A driver for the ThinkPad Active Protection System based on notes from - * http://www.almaden.ibm.com/cs/people/marksmith/aps.html + * http://www.almaden.ibm.com/cs/people/marksmith/tpaps.html */ #include <sys/param.h> |