aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-21 10:54:34 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-21 10:54:34 +0000
commitf7d9e84bc50a9fb96ec4842ec0492b668d7f5802 (patch)
tree8ba0634e6359a2ddbae3a38a074409bba5e05308
parente58e8d944417f5255352c6594784017ff7c6fa27 (diff)
downloadbusybox-w32-f7d9e84bc50a9fb96ec4842ec0492b668d7f5802.tar.gz
busybox-w32-f7d9e84bc50a9fb96ec4842ec0492b668d7f5802.tar.bz2
busybox-w32-f7d9e84bc50a9fb96ec4842ec0492b668d7f5802.zip
s/communal/common/
-rwxr-xr-xscripts/find_stray_communal_vars4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/find_stray_communal_vars b/scripts/find_stray_communal_vars
index 95563d1a3..9f26bc7ac 100755
--- a/scripts/find_stray_communal_vars
+++ b/scripts/find_stray_communal_vars
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# Communal variables are elusive, they don't show up in size output! 3# Common variables are elusive, they don't show up in size output!
4# This script will show all communals in *.o, sorted by size 4# This script will show all commons in *.o, sorted by size
5 5
6find -name '*.o' \ 6find -name '*.o' \
7| while read name; do 7| while read name; do