From 88d429113b835ab0c0344bda2349ef625c41f0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Mon, 4 Mar 2013 11:25:29 +0100 Subject: [PATCH] getunwind.2: wfix Signed-off-by: Michael Kerrisk --- man2/getunwind.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/getunwind.2 b/man2/getunwind.2 index 1cfcf5782..0628bc909 100644 --- a/man2/getunwind.2 +++ b/man2/getunwind.2 @@ -67,7 +67,7 @@ The unwind table contains entries of the following form: .nf u64 start; (64-bit address of start of function) - u64 end; (64-bit address of start of function) + u64 end; (64-bit address of end of function) u64 info; (BUF-relative offset to unwind info) .fi