aboutsummaryrefslogtreecommitdiff
path: root/procps/sysctl.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-18 22:04:09 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-18 22:04:09 +0000
commit5fbe80c88a10cf2f357c3eb50990aa345bd5257a (patch)
treefc0d65e0d33b5b526b0d44d4c4da8143be3b53b1 /procps/sysctl.c
parent8c464c6dfa6a2fe87ca2762a237811b3ce2a8730 (diff)
downloadbusybox-w32-5fbe80c88a10cf2f357c3eb50990aa345bd5257a.tar.gz
busybox-w32-5fbe80c88a10cf2f357c3eb50990aa345bd5257a.tar.bz2
busybox-w32-5fbe80c88a10cf2f357c3eb50990aa345bd5257a.zip
rodata cleanup. "unable to" == "cannot". -300 bytes
git-svn-id: svn://busybox.net/trunk/busybox@16580 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'procps/sysctl.c')
-rw-r--r--procps/sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/sysctl.c b/procps/sysctl.c
index 297a12a85..49754489b 100644
--- a/procps/sysctl.c
+++ b/procps/sysctl.c
@@ -43,7 +43,7 @@ static const char ERR_UNKNOWN_READING[] =
43static const char ERR_PERMISSION_DENIED[] = 43static const char ERR_PERMISSION_DENIED[] =
44 "error: permission denied on key '%s'\n"; 44 "error: permission denied on key '%s'\n";
45static const char ERR_PRELOAD_FILE[] = 45static const char ERR_PRELOAD_FILE[] =
46 "error: unable to open preload file '%s'\n"; 46 "error: cannot open preload file '%s'\n";
47static const char WARN_BAD_LINE[] = 47static const char WARN_BAD_LINE[] =
48 "warning: %s(%d): invalid syntax, continuing...\n"; 48 "warning: %s(%d): invalid syntax, continuing...\n";
49 49