summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/acpyacc.y
diff options
context:
space:
mode:
authorbcr <bcr@FreeBSD.org>2011-05-20 11:29:09 +0000
committerbcr <bcr@FreeBSD.org>2011-05-20 11:29:09 +0000
commit30d22af31d89d674b7b2fd236867da2b2a50f439 (patch)
tree6c7de512e3d66edd457187f46475a8a27e41b5b5 /usr.bin/ar/acpyacc.y
parenta2cf5c4542abc290730ebeceba14a0460a5d1c3e (diff)
downloadFreeBSD-src-30d22af31d89d674b7b2fd236867da2b2a50f439.zip
FreeBSD-src-30d22af31d89d674b7b2fd236867da2b2a50f439.tar.gz
Correct typos in comments, no functional changes.
Found by: codespell Reviewed by: kaiw MFC after: 1 week
Diffstat (limited to 'usr.bin/ar/acpyacc.y')
-rw-r--r--usr.bin/ar/acpyacc.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ar/acpyacc.y b/usr.bin/ar/acpyacc.y
index e1a6e6d..99a23c7 100644
--- a/usr.bin/ar/acpyacc.y
+++ b/usr.bin/ar/acpyacc.y
@@ -358,7 +358,7 @@ arscp_copy(int ifd, int ofd)
/*
* Add all modules of archive to current archive, if list != NULL,
- * only those modules speicifed in 'list' will be added.
+ * only those modules specified in 'list' will be added.
*/
static void
arscp_addlib(char *archive, struct list *list)
@@ -545,7 +545,7 @@ arscp_end(int eval)
}
/*
- * Check if target spcified, i.e, whether OPEN or CREATE has been
+ * Check if target specified, i.e, whether OPEN or CREATE has been
* issued by user.
*/
static int
OpenPOWER on IntegriCloud