From 451d0c44c2f86b271f2809816c7b1f5a78753ead Mon Sep 17 00:00:00 2001 From: ddomingo Date: Fri, 14 Nov 2008 09:24:58 +1000 Subject: added remark tag for FIXMEs --- tapset/context.stp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tapset/context.stp') diff --git a/tapset/context.stp b/tapset/context.stp index 24cfb819..3c87d1b8 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 */ -- cgit