From: ddomingo Date: Thu, 13 Nov 2008 23:24:58 +0000 (+1000) Subject: added remark tag for FIXMEs X-Git-Tag: release-0.9~264 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=451d0c44c2f86b271f2809816c7b1f5a78753ead;p=systemtap.git added remark tag for FIXMEs --- diff --git a/tapset/context.stp b/tapset/context.stp index 24cfb8195..3c87d1b8f 100644 --- a/tapset/context.stp +++ b/tapset/context.stp @@ -12,7 +12,7 @@ /// /// The context functions provide additional information about the where /// the event occurred. -/// The contact functions can provide information such as a backtrace +/// These functions can provide information such as a backtrace /// where the event occured /// and the current register values for the processor. /// @@ -345,7 +345,7 @@ function target:long () %{ /* pure */ /// module_name:string() /// module_name /// -/// FIXME: need description. +/// FIXME: need description. /// /// function module_name:string () %{ /* pure */ @@ -356,7 +356,7 @@ function module_name:string () %{ /* pure */ /// stp_pid:long() /// stp_pid /// -/// FIXME: need description. +/// FIXME: need description. /// /// function stp_pid:long () %{ /* pure */