From ea6da2f265c755966e69cbed9aa946f2b6b4770a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 13 Jul 2012 14:28:14 +0000 Subject: typo --- sys/arch/hppa64/hppa64/machdep.c | 4 ++-- 1 file 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 */ } -- cgit v1.2.3