diff options
Diffstat (limited to 'src/lib/libgcov.c')
-rw-r--r-- | src/lib/libgcov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libgcov.c b/src/lib/libgcov.c index 47a427ff3c..f37d0d2cde 100644 --- a/src/lib/libgcov.c +++ b/src/lib/libgcov.c @@ -396,7 +396,7 @@ gcov_exit (void) #endif prefix_length = 0; - /* If no prefix was specified and a prefix stip, then we assume + /* If no prefix was specified and a prefix strip, then we assume relative. */ if (gcov_prefix_strip != 0 && prefix_length == 0) { |