summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2000-04-06 20:05:40 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2000-04-06 20:05:40 +0000
commitc3abc835af8ef5e39891190a31e3f6ef9ac931eb (patch)
tree91115cc761eb31c20f2c8e0bca5f1f503ea56182 /sys/arch
parent150c08a280d42ca77e3d02f44f95d36079b3e8b6 (diff)
in the heat of the night...
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/hppa/autoconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/autoconf.c b/sys/arch/hppa/hppa/autoconf.c
index 7db2f1dfd91..d7c1b7032a7 100644
--- a/sys/arch/hppa/hppa/autoconf.c
+++ b/sys/arch/hppa/hppa/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.9 2000/03/30 16:33:27 mickey Exp $ */
+/* $OpenBSD: autoconf.c,v 1.10 2000/04/06 20:05:39 todd Exp $ */
/*
* Copyright (c) 1998-2000 Michael Shalayeff
@@ -107,7 +107,7 @@ configure()
#ifdef USELEDS
timeout_set(&heartbeat_tmo, heartbeat, NULL);
- heatbeat(NULL);
+ heartbeat(NULL);
#endif
}