svn commit: trunk/busybox/scripts
vda at busybox.net
vda at busybox.net
Tue Aug 21 03:54:34 PDT 2007
Author: vda
Date: 2007-08-21 03:54:34 -0700 (Tue, 21 Aug 2007)
New Revision: 19607
Log:
s/communal/common/
Modified:
trunk/busybox/scripts/find_stray_communal_vars
Changeset:
Modified: trunk/busybox/scripts/find_stray_communal_vars
===================================================================
--- trunk/busybox/scripts/find_stray_communal_vars 2007-08-21 10:53:39 UTC (rev 19606)
+++ trunk/busybox/scripts/find_stray_communal_vars 2007-08-21 10:54:34 UTC (rev 19607)
@@ -1,7 +1,7 @@
#!/bin/sh
-# Communal variables are elusive, they don't show up in size output!
-# This script will show all communals in *.o, sorted by size
+# Common variables are elusive, they don't show up in size output!
+# This script will show all commons in *.o, sorted by size
find -name '*.o' \
| while read name; do
More information about the busybox-cvs
mailing list