diff options
author | Nick Clifton <nickc@redhat.com> | 2000-05-28 19:22:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-05-28 19:22:12 +0000 |
commit | 6edf473a3032f789c1b99047708fc966ea91c656 (patch) | |
tree | 25706ee4910ae89d6a2c4e6db4f1eb12857736d4 /include | |
parent | 8f0b51af07a05ae464dacea5f6e03a35ff0a7e83 (diff) | |
download | fsf-binutils-gdb-6edf473a3032f789c1b99047708fc966ea91c656.zip fsf-binutils-gdb-6edf473a3032f789c1b99047708fc966ea91c656.tar.gz fsf-binutils-gdb-6edf473a3032f789c1b99047708fc966ea91c656.tar.bz2 |
Fix capitialisation of setnaces in comment.
Diffstat (limited to 'include')
-rw-r--r-- | include/coff/ti.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/coff/ti.h b/include/coff/ti.h index fb3456d..9d521b5 100644 --- a/include/coff/ti.h +++ b/include/coff/ti.h @@ -232,12 +232,12 @@ PUT_SCNHDR_PAGE(ABFD,((struct internal_scnhdr *)(INT))->s_page, \ /* Page macros The first GDB port requires flags in its remote memory access commands to - distinguish between data/prog space. hopefully we can make this go away - eventually. stuff the page in the upper bits of a 32-bit address, since + distinguish between data/prog space. Hopefully we can make this go away + eventually. Stuff the page in the upper bits of a 32-bit address, since the c5x family only uses 16 or 23 bits. c2x, c5x and most c54x devices have 16-bit addresses, but the c548 has - 23-bit program addresses. make sure the page flags don't interfere + 23-bit program addresses. Make sure the page flags don't interfere. These flags are used by GDB to identify the destination page for addresses. */ |