aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/winnt/spawnv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/winnt/spawnv.c')
-rw-r--r--gcc/config/winnt/spawnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/winnt/spawnv.c b/gcc/config/winnt/spawnv.c
index 1b5ace1..bab753b 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))