1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-06 06:35:18 +02:00

Fix typo in unw_get_proc_name documentation

This commit is contained in:
Tommi Rantala 2012-07-31 17:00:16 +03:00
parent 4bf1b71952
commit 5e854a4103
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ UNW_ENOINFO
was unable to determine
the name of the procedure.
.TP
UNW_ENOMME
UNW_ENOMEM
The procedure name is too long to fit
in the buffer provided. A truncated version of the name has been
returned.

View file

@ -58,7 +58,7 @@ signal handler.
\item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
\item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to determine
the name of the procedure.
\item[\Const{UNW\_ENOMME}] The procedure name is too long to fit
\item[\Const{UNW\_ENOMEM}] The procedure name is too long to fit
in the buffer provided. A truncated version of the name has been
returned.
\end{Description}