diff options
author | Jim Blandy <jimb@codesourcery.com> | 2003-01-29 23:46:39 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2003-01-29 23:46:39 +0000 |
commit | c63f977fd4f7a0968bf79414ce63607aa73a0767 (patch) | |
tree | 5635b1667896a1a79a8dd0fa3652c9553f7e5bb3 /gdb/objfiles.h | |
parent | 19ea9e7332dd9266954e7e90b9419a0999b53a67 (diff) | |
download | gdb-c63f977fd4f7a0968bf79414ce63607aa73a0767.zip gdb-c63f977fd4f7a0968bf79414ce63607aa73a0767.tar.gz gdb-c63f977fd4f7a0968bf79414ce63607aa73a0767.tar.bz2 |
* objfiles.h (struct objfile): Doc fix.
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r-- | gdb/objfiles.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index 4dcb6e8..587e71c 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -238,7 +238,8 @@ struct objfile struct objfile *next; - /* The object file's name. Malloc'd; free it if you free this struct. */ + /* The object file's name, tilde-expanded and absolute. + Malloc'd; free it if you free this struct. */ char *name; |