summaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-01-29 23:46:39 +0000
committerJim Blandy <jimb@codesourcery.com>2003-01-29 23:46:39 +0000
commitb5fcb0b4557eebb219a98441d9d5e696d6a4c4d5 (patch)
tree226b6320cf79ae0600b25fe02540591246689619 /gdb/objfiles.h
parent4673a77fc0659c1e1f99e8361ebc67fa20021a20 (diff)
downloadgdb-b5fcb0b4557eebb219a98441d9d5e696d6a4c4d5.tar.gz
* objfiles.h (struct objfile): Doc fix.
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index 4dcb6e8c61b..587e71c7438 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;