Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-05-28 23:22:12 +0400
committerNick Clifton <nickc@redhat.com>2000-05-28 23:22:12 +0400
commit4a8d11f3968fcd8e6dff32df50b423e38fd9c6ca (patch)
treea52669b068ffde42591049ba913fafd62ac60088 /include/coff/ti.h
parentcbaa7e69b7176938a249a649ca62de38b2b6d519 (diff)
Fix capitialisation of setnaces in comment.
Diffstat (limited to 'include/coff/ti.h')
-rw-r--r--include/coff/ti.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/coff/ti.h b/include/coff/ti.h
index fb3456d87..9d521b582 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.
*/