libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH 8/8] Fix typo in unw_get_proc_name documentatio


From: Tommi Rantala
Subject: [Libunwind-devel] [PATCH 8/8] Fix typo in unw_get_proc_name documentation
Date: Tue, 31 Jul 2012 23:06:34 +0300

---
 doc/unw_get_proc_name.man |    2 +-
 doc/unw_get_proc_name.tex |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/unw_get_proc_name.man b/doc/unw_get_proc_name.man
index bbf350f..8b2bd06 100644
--- a/doc/unw_get_proc_name.man
+++ b/doc/unw_get_proc_name.man
@@ -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. 
diff --git a/doc/unw_get_proc_name.tex b/doc/unw_get_proc_name.tex
index 4a9b585..c413990 100644
--- a/doc/unw_get_proc_name.tex
+++ b/doc/unw_get_proc_name.tex
@@ -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}
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]