* cc-with-index.sh: Fix typos in comment.
authorDoug Evans <dje@google.com>
Wed, 8 Jun 2011 00:15:54 +0000 (00:15 +0000)
committerDoug Evans <dje@google.com>
Wed, 8 Jun 2011 00:15:54 +0000 (00:15 +0000)
gdb/ChangeLog
gdb/cc-with-index.sh

index 3ec50e7c8cc5e98a7b07a95bfdf87af73beb868e..515ab236297acba2d4fa7a015688ec93af7b4fea 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-07  Doug Evans  <dje@google.com>
+
+       * cc-with-index.sh: Fix typos in comment.
+
 2011-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
            Pedro Alves  <pedro@codesourcery.com>
 
index 9c95bef907968c69b62dc1f472ff9e08ddba36bf..4e907f90f42282544f9e06e7fe48bb11befc0884 100644 (file)
@@ -16,8 +16,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # This program requires gdb and objcopy in addition to gcc.
-# The default values are gdb from the build tree and objdump from $PATH.
-# They may be overridden by setting environment variables GDB and OBJDUMP
+# The default values are gdb from the build tree and objcopy from $PATH.
+# They may be overridden by setting environment variables GDB and OBJCOPY
 # respectively.
 # We assume the current directory is either $obj/gdb or $obj/gdb/testsuite.
 #