summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-07-13 14:28:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-07-13 14:28:14 +0000
commitea6da2f265c755966e69cbed9aa946f2b6b4770a (patch)
tree56da327eddc530a5e72b9da40dc9aa6ab558e874
parent471853e866a06a0405fae2bddea713d60c0d6bc5 (diff)
typo
-rw-r--r--sys/arch/hppa64/hppa64/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/hppa64/machdep.c b/sys/arch/hppa64/hppa64/machdep.c
index f701dddc6a7..993af8a84df 100644
--- a/sys/arch/hppa64/hppa64/machdep.c
+++ b/sys/arch/hppa64/hppa64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.46 2012/06/21 00:56:59 guenther Exp $ */
+/* $OpenBSD: machdep.c,v 1.47 2012/07/13 14:28:13 deraadt Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -602,7 +602,7 @@ boot(int howto)
:: "r" (CMD_RESET), "r" (HPPA_LBCAST + iomod_command));
}
- for (;;) ; /* loop while bus reset is comming up */
+ for (;;) ; /* loop while bus reset is coming up */
/* NOTREACHED */
}