From: Lukas Berk Date: Mon, 2 May 2011 21:54:17 +0000 (-0400) Subject: Fix typo in tapset documentation X-Git-Tag: release-1.5~77 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=be82fe7b4737176fce29ff4808e745ff0d7eb0db;p=systemtap.git Fix typo in tapset documentation tapset/context.stp - target not 'targer' --- diff --git a/tapset/context.stp b/tapset/context.stp index 5297af9a7..08a52975e 100644 --- a/tapset/context.stp +++ b/tapset/context.stp @@ -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 */