From b090827b2632f1f1d90adf6ed537bcaa76381190 Mon Sep 17 00:00:00 2001 From: kenner Date: Mon, 28 Aug 1995 10:54:22 +0000 Subject: Fix spelling errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10289 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/winnt/spawnv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/winnt') diff --git a/gcc/config/winnt/spawnv.c b/gcc/config/winnt/spawnv.c index 1b5ace18bf2..bab753b28c2 100644 --- a/gcc/config/winnt/spawnv.c +++ b/gcc/config/winnt/spawnv.c @@ -1,5 +1,5 @@ /* This is a kludge to get around the Microsoft C spawn functions' propensity - to remove the outermost set of double quotes from all arguements. */ + to remove the outermost set of double quotes from all arguments. */ #define index(s,c) strchr((s),(c)) -- cgit v1.2.1