This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix typo in man/error::7stap


Correct spelling typo in man/error::7stap
---
 man/error::sdt.7stap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/error::sdt.7stap b/man/error::sdt.7stap
index 0b580c3..19d3f54 100644
--- a/man/error::sdt.7stap
+++ b/man/error::sdt.7stap
@@ -27,7 +27,7 @@ program's text segment, and add an ELF note to the binary with
 metadata.  This metadata describes the marker's name and parameters.
 This encoding is designed to be parseable by multiple tools (not just
 systemtap: GDB, the GNU Debugger, also contains support).  These allow
-the tools to find parameters and their types, whereever they happen to
+the tools to find parameters and their types, wherever they happen to
 reside, even without DWARF debuginfo.
 
 .PP
-- 
1.8.5.rc0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]