From 3631469c786076a4dfc0659d405a683b31ec8095 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Fri, 17 Jan 2003 07:57:55 +0000 Subject: [PATCH] Fix typo in unw_set_fpreg(). (Logical change 1.36) --- doc/libunwind.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libunwind.tex b/doc/libunwind.tex index ed67d7a0..8b6c0861 100644 --- a/doc/libunwind.tex +++ b/doc/libunwind.tex @@ -29,7 +29,7 @@ \noindent \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}, \Type{int}, \Type{unw\_word\_t});\\ \noindent -\Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{int}, \Type{unw\_fpreg\_t});\\ +\Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{int}, \Type{unw\_fpreg\_t});\\ \noindent \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*});\\