]> mj.ucw.cz Git - libucw.git/commitdiff
documentation fixed
authorRobert Spalek <robert@ucw.cz>
Fri, 28 Mar 2003 12:50:19 +0000 (12:50 +0000)
committerRobert Spalek <robert@ucw.cz>
Fri, 28 Mar 2003 12:50:19 +0000 (12:50 +0000)
lib/profile.h

index 1d38251969485491a5c2d4c3d67dd20884901dc0..3fe2b975253cdb616a774ffd40849c1dfb97e56c 100644 (file)
@@ -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 */