]> sourceware.org Git - systemtap.git/commitdiff
Fix typo in tapset documentation
authorLukas Berk <lberk@redhat.com>
Mon, 2 May 2011 21:54:17 +0000 (17:54 -0400)
committerLukas Berk <lberk@redhat.com>
Mon, 2 May 2011 21:54:17 +0000 (17:54 -0400)
tapset/context.stp - target not 'targer'

tapset/context.stp

index 5297af9a7d9651ab0fb793b49bc2f5b4ce0c57f5..08a52975e669aa4e49a7bcba7d8fc8987842a96b 100644 (file)
@@ -37,7 +37,7 @@ function execname:string ()
 /**
  * sfunction pid - Returns the ID of a target process
  * 
- * Description: This function returns the ID of a targer process.
+ * Description: This function returns the ID of a target process.
  */
 function pid:long ()
 %{ /* pure */ /* unprivileged */
This page took 0.02691 seconds and 5 git commands to generate.