diff options
Diffstat (limited to 'gcc/ada/gmem.c')
-rw-r--r-- | gcc/ada/gmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gmem.c b/gcc/ada/gmem.c index 508d18d..b319993 100644 --- a/gcc/ada/gmem.c +++ b/gcc/ada/gmem.c @@ -79,7 +79,7 @@ __gnat_convert_addresses (void *addrs[], int n_addrs, void *buf, int *len); routine. The latter examines debug info from a provided executable file name to perform the translation into symbolic form of an input sequence of raw binary addresses. It attempts to open the file from the provided name - "as is", so an an absolute path must be provided to ensure the file is + "as is", so an absolute path must be provided to ensure the file is always found. We compute this name once, at initialization time. */ static const char * exename = 0; |