* objfiles.h (struct objfile): Doc fix.
This commit is contained in:
parent
19ea9e7332
commit
c63f977fd4
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue