diff options
author | Josh Stone <jistone@redhat.com> | 2009-09-16 15:23:50 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-09-16 15:23:50 -0700 |
commit | b57367210bd84bdbf6a78785905127fb7711e567 (patch) | |
tree | aed5afade259f8af6b9ceadd1d8bf83ed56ce2c8 /doc/SystemTap_Tapset_Reference/tapsets.tmpl | |
parent | 5f4b21e21d7d9503bc27b04d0296adb74adeb86b (diff) | |
download | systemtap-steved-b57367210bd84bdbf6a78785905127fb7711e567.tar.gz systemtap-steved-b57367210bd84bdbf6a78785905127fb7711e567.tar.xz systemtap-steved-b57367210bd84bdbf6a78785905127fb7711e567.zip |
Spelling fixes in the tapsets
Diffstat (limited to 'doc/SystemTap_Tapset_Reference/tapsets.tmpl')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
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. </para> !Itapset/context.stp @@ -202,7 +202,7 @@ <title>Directory-entry (dentry) Tapset</title> <para> 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. </para> !Itapset/dentry.stp </chapter> |