From: Denis Vlasenko Date: Tue, 21 Aug 2007 10:54:34 +0000 (-0000) Subject: s/communal/common/ X-Git-Tag: 1_7_0~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f7d9e84bc50a9fb96ec4842ec0492b668d7f5802;p=oweals%2Fbusybox.git s/communal/common/ --- 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 @@ #!/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