aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/vtv_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/libsupc++/vtv_utils.h')
-rw-r--r--libstdc++-v3/libsupc++/vtv_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/libsupc++/vtv_utils.h b/libstdc++-v3/libsupc++/vtv_utils.h
index 6497abd71f0..98aeebaeac7 100644
--- a/libstdc++-v3/libsupc++/vtv_utils.h
+++ b/libstdc++-v3/libsupc++/vtv_utils.h
@@ -68,7 +68,7 @@ static inline unsigned long long
rdtsc ()
{
/* Create an empty function for unknown architectures, so that the
- calls to this function in vtv_malloc.c and vtv_rts.c do not cause
+ calls to this function in vtv_malloc.cc and vtv_rts.cc do not cause
compilation errors. */
return ((unsigned long long) 0);
}