mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-21 23:27:39 +01:00
Fix typo in unw_get_proc_name documentation
This commit is contained in:
parent
4bf1b71952
commit
5e854a4103
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue