summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 20:40:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 20:40:19 +0000
commite41a7481f8070d129df977a7ef570879c817de98 (patch)
tree20a74e88eb781c8b7aa3d1dcbd190eba990d8f62 /cpukit
parentRevert. (diff)
downloadrtems-e41a7481f8070d129df977a7ef570879c817de98.tar.bz2
Fix comment
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/src/end_profile.c2
1 files changed, 1 insertions, 1 deletions
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)
{
}