diff options
Diffstat (limited to 'gcc/ada/g-trasym.adb')
-rw-r--r-- | gcc/ada/g-trasym.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-trasym.adb b/gcc/ada/g-trasym.adb index 6b048001dfa..a402d57be8b 100644 --- a/gcc/ada/g-trasym.adb +++ b/gcc/ada/g-trasym.adb @@ -77,7 +77,7 @@ package body GNAT.Traceback.Symbolic is -- This is the procedure version of the Ada aware addr2line. It places -- in BUF a string representing the symbolic translation of the N_ADDRS -- raw addresses provided in ADDRS, looked up in debug information from - -- FILENAME. LEN points to an integer which contains the size of the + -- FILENAME. LEN points to an integer which contains the size of the -- BUF buffer at input and the result length at output. -- -- This procedure is provided by libaddr2line on targets that support |