diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-07-13 14:28:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-07-13 14:28:14 +0000 |
commit | ea6da2f265c755966e69cbed9aa946f2b6b4770a (patch) | |
tree | 56da327eddc530a5e72b9da40dc9aa6ab558e874 /sys | |
parent | 471853e866a06a0405fae2bddea713d60c0d6bc5 (diff) |
typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa64/hppa64/machdep.c | 4 |
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 */ } |