From 6aa88fed14f449b9752da6d87e5df5405f7905d2 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Fri, 28 Mar 2003 12:50:19 +0000 Subject: [PATCH] documentation fixed --- lib/profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/profile.h b/lib/profile.h index 1d382519..3fe2b975 100644 --- a/lib/profile.h +++ b/lib/profile.h @@ -17,7 +17,7 @@ * prof_start(&cnt); * ... * prof_stop(&cnt); - * printf("%s\n", PROF_STRING(&cnt)); + * printf("%s\n", PROF_STR(cnt)); */ /* PROFILE_TOD: gettimeofday() profiler */ -- 2.39.2