diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-09 22:57:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-09 22:57:10 +0000 |
commit | 1ac701bdb75cdc095913e57e5faed3e1bdd66309 (patch) | |
tree | 80227086b5827d454fb21a2a30150b0b91735596 /sys/arch | |
parent | daba7d5061dc16c5dbc4a0f0bcfbef8e19774213 (diff) |
typo from Jared Yanovich;
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/dev/mesh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/mesh.c b/sys/arch/macppc/dev/mesh.c index d93add530f7..748e13e83ea 100644 --- a/sys/arch/macppc/dev/mesh.c +++ b/sys/arch/macppc/dev/mesh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mesh.c,v 1.7 2003/10/16 03:54:48 deraadt Exp $ */ +/* $OpenBSD: mesh.c,v 1.8 2004/01/09 22:57:09 jmc Exp $ */ /* $NetBSD: mesh.c,v 1.1 1999/02/19 13:06:03 tsubai Exp $ */ /*- @@ -1131,7 +1131,7 @@ printf("intr 0x%02x, except 0x%02x, err 0x%02x\n", intr, exception, error); sc->sc_nextstate = MESH_COMPLETE; splx(s); - printf("rerturning from mesh_timeout\n"); + printf("returning from mesh_timeout\n"); } void |