summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-11-13 13:38:43 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-11-13 13:38:43 +0000
commitbce454948ded2e0f6f17bc385517b4ce84986522 (patch)
treead7372cc5682f3e90d8c2a0ccf6d20fde7a178d1
parentdbbac792bda50d6f4f7a0a2cc2049ebc84ddbc38 (diff)
typo
-rw-r--r--sys/arch/powerpc/stand/ofdev.c4
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;