From b57367210bd84bdbf6a78785905127fb7711e567 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 16 Sep 2009 15:23:50 -0700 Subject: Spelling fixes in the tapsets --- doc/SystemTap_Tapset_Reference/tapsets.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/SystemTap_Tapset_Reference') diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index 7e9d4784..448d4b20 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -113,7 +113,7 @@ The context functions provide additional information about where an event occurred. These functions can provide information such as a backtrace to - where the event occured + where the event occurred and the current register values for the processor. !Itapset/context.stp @@ -202,7 +202,7 @@ Directory-entry (dentry) Tapset This family of functions is used to map kernel VFS - directory entriy pointers to file or full path names. + directory entry pointers to file or full path names. !Itapset/dentry.stp -- cgit