s/communal/common/

This commit is contained in:
Denis Vlasenko 2007-08-21 10:54:34 +00:00
parent e58e8d9444
commit f7d9e84bc5

View File

@ -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