summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2005-08-05 09:22:48 +0000
committerjsg <jsg@openbsd.org>2005-08-05 09:22:48 +0000
commit67ee430b9937a0062be47dc2c523d3c733220d71 (patch)
treec39f7eac4f8b0b5cf7c447b44159926f9e93b6dd
parentSome basic regression tests for ipsecctl, not connected yet. (diff)
downloadwireguard-openbsd-67ee430b9937a0062be47dc2c523d3c733220d71.tar.xz
wireguard-openbsd-67ee430b9937a0062be47dc2c523d3c733220d71.zip
Correct URL. Noticed by Dries Schellekens <gwyllion at ulyssis.org>.
-rw-r--r--sys/dev/isa/aps.c4
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>