in the heat of the night...
authortodd <todd@openbsd.org>
Thu, 6 Apr 2000 20:05:39 +0000 (20:05 +0000)
committertodd <todd@openbsd.org>
Thu, 6 Apr 2000 20:05:39 +0000 (20:05 +0000)
sys/arch/hppa/hppa/autoconf.c

index 7db2f1d..d7c1b70 100644 (file)
@@ -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
 }