diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-04-25 20:35:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-04-25 20:35:07 +0000 |
commit | 6d1e3959caeda76eb34bb91ee67c0d31b2db2998 (patch) | |
tree | 33da13022dbeef5f1997840ccb6f340601335c08 | |
parent | 63236ac1c42847c6bcc02c8acb7093ae39774ff5 (diff) |
typo in comments
-rw-r--r-- | sys/arch/mips64/mips64/interrupt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/interrupt.c b/sys/arch/mips64/mips64/interrupt.c index 80897b852ac..a0ed3367e16 100644 --- a/sys/arch/mips64/mips64/interrupt.c +++ b/sys/arch/mips64/mips64/interrupt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: interrupt.c,v 1.34 2009/03/20 18:41:06 miod Exp $ */ +/* $OpenBSD: interrupt.c,v 1.35 2009/04/25 20:35:06 miod Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -270,7 +270,7 @@ dummy_do_pending_int(int newcpl) * splinit() is special in that sense that it require us to update * the interrupt mask in the CPU since it may be the first time we arm * the interrupt system. This function is called right after - * autoconfiguration has compleeted in autoconf.c. + * autoconfiguration has completed in autoconf.c. * We enable everything in idle_mask. */ void |