From e41a7481f8070d129df977a7ef570879c817de98 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 Aug 2009 20:40:19 +0000 Subject: [PATCH] Fix comment --- cpukit/libcsupport/src/end_profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libcsupport/src/end_profile.c b/cpukit/libcsupport/src/end_profile.c index d0081a8323..47692f91ec 100644 --- a/cpukit/libcsupport/src/end_profile.c +++ b/cpukit/libcsupport/src/end_profile.c @@ -1,5 +1,5 @@ -/* special symbol to mark end of profiling */ +/* special symbol to mark end of coverage analysis */ void end_of_profiling(void) { }