From a419971a4865c7abf0d05ed61abad74d5e66dc2d Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 17 Apr 2006 20:11:43 +0000 Subject: Fix comment. --- tapset/logging.stp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tapset/logging.stp') diff --git a/tapset/logging.stp b/tapset/logging.stp index afbb0183..dcd9741a 100644 --- a/tapset/logging.stp +++ b/tapset/logging.stp @@ -6,8 +6,7 @@ // Public License (GPL); either version 2, or (at your option) any // later version. -// Write a message to the console (actually stderr). A newline is appended -// if the string does not end in one. +// send a string out with a newline function log (msg:string) %{ _stp_printf ("%s\n", THIS->msg); %} -- cgit