summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/fdisk/cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk/cmd.c b/sbin/fdisk/cmd.c
index b3aeb9a5c7b..0894a4a375a 100644
--- a/sbin/fdisk/cmd.c
+++ b/sbin/fdisk/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.11 1997/10/19 23:33:54 deraadt Exp $ */
+/* $OpenBSD: cmd.c,v 1.12 1997/10/19 23:37:25 deraadt Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -154,7 +154,7 @@ Xedit(cmd, disk, mbr, tt, offset)
/* Unused, so just zero out */
if (pp->id == DOSPTYP_UNUSED) {
memset(pp, 0, sizeof(*pp));
- printf("Partiton %d cleared.\n", pn);
+ printf("Partition %d is disabled.\n", pn);
return (ret);
}