aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcov.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-05-11 15:21:28 +0000
committerKazu Hirata <kazu@cs.umass.edu>2005-05-11 15:21:28 +0000
commit583e5ceef836f7b0583f3c8ec732b4b93ef81312 (patch)
tree48d80c31456ab29970c7a4654cc2fe57a5dbe3a5 /gcc/libgcov.c
parent006b89fb194dad69a219e13dbae0ebf6c9e8022e (diff)
* fold-const.c, libgcov.c: Fix comment typos.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@99582 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcov.c')
-rw-r--r--gcc/libgcov.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/libgcov.c b/gcc/libgcov.c
index 8b478a7707c..6a41097afb0 100644
--- a/gcc/libgcov.c
+++ b/gcc/libgcov.c
@@ -91,7 +91,7 @@ static gcov_unsigned_t gcov_crc32;
/* Size of the longest file name. */
static size_t gcov_max_filename = 0;
-/* Make sure path compenent of the given FILENAME exists, create
+/* Make sure path component of the given FILENAME exists, create
missing directories. FILENAME must be writable.
Returns zero on success, or -1 if an error occurred. */
@@ -208,7 +208,7 @@ gcov_exit (void)
prefix_length = strlen(gcov_prefix);
- /* Remove an unneccesary trailing '/' */
+ /* Remove an unnecessary trailing '/' */
if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
prefix_length--;
}