aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2011-06-08 00:15:54 +0000
committerDoug Evans <dje@google.com>2011-06-08 00:15:54 +0000
commit0b5574da47a991d913045af4a8dadcaf23535a43 (patch)
treee12cd2bb8ff6e5e9608fe2433c47943b41b70cbd
parent45da9a24548b83aab58bf045c792dff64bb99223 (diff)
downloadgdb-0b5574da47a991d913045af4a8dadcaf23535a43.zip
gdb-0b5574da47a991d913045af4a8dadcaf23535a43.tar.gz
gdb-0b5574da47a991d913045af4a8dadcaf23535a43.tar.bz2
* cc-with-index.sh: Fix typos in comment.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/cc-with-index.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3ec50e7..515ab23 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>
diff --git a/gdb/cc-with-index.sh b/gdb/cc-with-index.sh
index 9c95bef..4e907f9 100644
--- a/gdb/cc-with-index.sh
+++ b/gdb/cc-with-index.sh
@@ -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.
#