aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk_sgi.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-18 22:04:09 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-18 22:04:09 +0000
commit89f0b3486dfea233e6000f9af95b39a3ea7fd96e (patch)
treefc0d65e0d33b5b526b0d44d4c4da8143be3b53b1 /util-linux/fdisk_sgi.c
parent61126ab30a90b74e45a79ccb97074ab71afa6054 (diff)
downloadbusybox-w32-89f0b3486dfea233e6000f9af95b39a3ea7fd96e.tar.gz
busybox-w32-89f0b3486dfea233e6000f9af95b39a3ea7fd96e.tar.bz2
busybox-w32-89f0b3486dfea233e6000f9af95b39a3ea7fd96e.zip
rodata cleanup. "unable to" == "cannot". -300 bytes
Diffstat (limited to 'util-linux/fdisk_sgi.c')
-rw-r--r--util-linux/fdisk_sgi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fdisk_sgi.c b/util-linux/fdisk_sgi.c
index 8d6837f77..9d444c0be 100644
--- a/util-linux/fdisk_sgi.c
+++ b/util-linux/fdisk_sgi.c
@@ -720,7 +720,7 @@ sgi_add_partition(int n, int sys)
720 first = read_int(0, 0, last-1, 0, mesg); 720 first = read_int(0, 0, last-1, 0, mesg);
721 if (first != 0) { 721 if (first != 0) {
722 printf(_("It is highly recommended that eleventh partition\n" 722 printf(_("It is highly recommended that eleventh partition\n"
723 "covers the entire disk and is of type `SGI volume'\n")); 723 "covers the entire disk and is of type 'SGI volume'\n"));
724 } 724 }
725 } else { 725 } else {
726 first = freelist[0].first; 726 first = freelist[0].first;
@@ -749,7 +749,7 @@ sgi_add_partition(int n, int sys)
749 last = last; /* align to cylinder if You know how ... */ 749 last = last; /* align to cylinder if You know how ... */
750 if ( (sys == SGI_VOLUME) && (first != 0 || last != sgi_get_lastblock() ) ) 750 if ( (sys == SGI_VOLUME) && (first != 0 || last != sgi_get_lastblock() ) )
751 printf(_("It is highly recommended that eleventh partition\n" 751 printf(_("It is highly recommended that eleventh partition\n"
752 "covers the entire disk and is of type `SGI volume'\n")); 752 "covers the entire disk and is of type 'SGI volume'\n"));
753 sgi_set_partition(n, first, last-first, sys); 753 sgi_set_partition(n, first, last-first, sys);
754} 754}
755 755