diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-11-13 13:38:43 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-11-13 13:38:43 +0000 |
commit | bce454948ded2e0f6f17bc385517b4ce84986522 (patch) | |
tree | ad7372cc5682f3e90d8c2a0ccf6d20fde7a178d1 | |
parent | dbbac792bda50d6f4f7a0a2cc2049ebc84ddbc38 (diff) |
typo
-rw-r--r-- | sys/arch/powerpc/stand/ofdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/stand/ofdev.c b/sys/arch/powerpc/stand/ofdev.c index 346f3c8c856..af474914c28 100644 --- a/sys/arch/powerpc/stand/ofdev.c +++ b/sys/arch/powerpc/stand/ofdev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ofdev.c,v 1.5 1999/11/09 06:30:15 rahnds Exp $ */ +/* $OpenBSD: ofdev.c,v 1.6 2000/11/13 13:38:42 niklas Exp $ */ /* $NetBSD: ofdev.c,v 1.1 1997/04/16 20:29:20 thorpej Exp $ */ /* @@ -312,7 +312,7 @@ devopen(of, name, file) if (error == ERDLAB) { if (partition) - /* User specified a parititon, but there is none */ + /* User specified a partition, but there is none */ goto bad; /* No, label, just use complete disk */ ofdev.partoff = 0; |