From 30d22af31d89d674b7b2fd236867da2b2a50f439 Mon Sep 17 00:00:00 2001 From: bcr Date: Fri, 20 May 2011 11:29:09 +0000 Subject: Correct typos in comments, no functional changes. Found by: codespell Reviewed by: kaiw MFC after: 1 week --- usr.bin/ar/acpyacc.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ar/acpyacc.y') 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 -- cgit v1.1