From 74324c86663f57a19c1de303ee8c8e5449db9ef2 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 4 Jun 2007 10:16:52 +0000 Subject: Audit bb_common_bufsiz usage, add script which looks for misuse. tr: stop using globals needlessly. code: -103 bytes --- scripts/find_stray_communal_vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/find_stray_communal_vars') diff --git a/scripts/find_stray_communal_vars b/scripts/find_stray_communal_vars index 9f999d705..95563d1a3 100755 --- a/scripts/find_stray_communal_vars +++ b/scripts/find_stray_communal_vars @@ -1,6 +1,6 @@ #!/bin/sh -# Communal variables are elusize, then don't show in size output! +# Communal variables are elusive, they don't show up in size output! # This script will show all communals in *.o, sorted by size find -name '*.o' \ -- cgit v1.2.3