[releng] checking in some *.sh files with executable bit set
diff --git a/reportUtilities/checkYearlyCommits.sh b/reportUtilities/checkYearlyCommits.sh
index 45fe89f..5335562 100755
--- a/reportUtilities/checkYearlyCommits.sh
+++ b/reportUtilities/checkYearlyCommits.sh
@@ -13,7 +13,6 @@
 # For 2014 effort, in November/December of 2014, see
 #    https://bugs.eclipse.org/bugs/show_bug.cgi?id=450186
 #
-#
 # This script can be ran in an "complete clone" of org.eclipse.simrel.build.
 
 # Note that this script will not capture those in the "calisto-dev"
diff --git a/reportUtilities/namesFromGroup.sh b/reportUtilities/namesFromGroup.sh
index 75d833a..9af8230 100755
--- a/reportUtilities/namesFromGroup.sh
+++ b/reportUtilities/namesFromGroup.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# Utility to get "real names" from group membership ids -- callisto-dev, by default.
+# Utility to get "real names" from group membership ids, which is callisto-dev, by default.
 # Note, this utility makes use of "finger" ... probably not as exact as
 # using Eclipse Foundations LDAP database, but as far as I know that is not "accessible".
 
diff --git a/reportUtilities/uniqueNames.sh b/reportUtilities/uniqueNames.sh
index 6fe0e1b..3111d85 100755
--- a/reportUtilities/uniqueNames.sh
+++ b/reportUtilities/uniqueNames.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# TODO: this doesn't work well, because even limiting to "10 characers", there
+# TODO: This doesn't work well, because even limiting to "10 characers", there
 # is some names followed by blanks, others not.
 
 cat callisto-dev-ed.txt committerListGit.txt > combined.txt