diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-04-19 05:58:24 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-04-19 05:58:24 +0000 |
commit | 8470e9279187956c17a9b158dbfe65d1eb43eb8c (patch) | |
tree | bf82cab3b0fe41bfd17f3adba2a2beec1f8e27e0 /gdb/c-lang.c | |
parent | c87b5a93b231384514839c0f19c4ee1a7a6f1244 (diff) | |
download | ppe42-binutils-8470e9279187956c17a9b158dbfe65d1eb43eb8c.tar.gz ppe42-binutils-8470e9279187956c17a9b158dbfe65d1eb43eb8c.zip |
* c-lang.c (c_create_fundamental_type): Comment fix.
Diffstat (limited to 'gdb/c-lang.c')
-rw-r--r-- | gdb/c-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-lang.c b/gdb/c-lang.c index 0916bb8cd8..35b5131590 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -202,7 +202,7 @@ c_printstr (struct ui_file *stream, const bfd_byte *string, gdb test suite since we don't have to account for the differences in output depending upon what the compiler and debugging format support. We will probably have to re-examine the issue when gdb - starts taking it's fundamental type information directly from the + starts taking its fundamental type information directly from the debugging information supplied by the compiler. fnf@cygnus.com */ struct type * |