* cc-with-index.sh: Fix typos in comment.

This commit is contained in:
Doug Evans 2011-06-08 00:15:54 +00:00
parent 45da9a2454
commit 0b5574da47
2 changed files with 6 additions and 2 deletions

View 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>

View 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.
#