s/communal/common/
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 21 Aug 2007 10:54:34 +0000 (10:54 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 21 Aug 2007 10:54:34 +0000 (10:54 -0000)
scripts/find_stray_communal_vars

index 95563d1a3dc3d025512a491604ec9a77c153ef8c..9f26bc7ac68c17b8741cbd4479b8c3c7ac3f13ca 100755 (executable)
@@ -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