aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-10-19 22:17:38 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-10-19 22:17:38 +0000
commit1e1e7a7ac878ff5a2e6692c423486e456c249384 (patch)
treeba536272fb884437896e32c3e6f2c720242704d5 /gdb/objfiles.h
parentdab0844122748e9492a4f2157f874be017d1892a (diff)
downloadgdb-1e1e7a7ac878ff5a2e6692c423486e456c249384.zip
gdb-1e1e7a7ac878ff5a2e6692c423486e456c249384.tar.gz
gdb-1e1e7a7ac878ff5a2e6692c423486e456c249384.tar.bz2
* objfiles.h (struct objfile): Fix comment--minimal_symbol_count
does *not* include the terminating NULL msymbol.
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index a4b3d2c..2add520 100644
--- a/gdb/objfiles.h
+++ b/gdb/objfiles.h
@@ -236,7 +236,7 @@ struct objfile
by a "null symbol", one that has a NULL pointer for the name and a zero
value for the address. This makes it easy to walk through the array
when passed a pointer to somewhere in the middle of it. There is also
- a count of the number of symbols, which does include the terminating
+ a count of the number of symbols, which does not include the terminating
null symbol. The array itself, as well as all the data that it points
to, should be allocated on the symbol_obstack for this file. */