summaryrefslogtreecommitdiff
path: root/libiberty/argv.c
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-23 17:29:17 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-23 17:29:17 +0000
commitb4a8bca51d5f40f6e063e12369e3672bcd8aa8e6 (patch)
treec6b5774162982b7e4857f4be066350a435189feb /libiberty/argv.c
parent1f3b83af524f926a42b312b954966ca349d9b69f (diff)
downloadgcc-b4a8bca51d5f40f6e063e12369e3672bcd8aa8e6.tar.gz
* argv.c (writeargv): Fix typo in inline documentation.
* functions.texi: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126855 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/argv.c')
-rw-r--r--libiberty/argv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/argv.c b/libiberty/argv.c
index faeb72de448..38bd4497090 100644
--- a/libiberty/argv.c
+++ b/libiberty/argv.c
@@ -290,7 +290,7 @@ char **buildargv (const char *input)
/*
-@deftypefn Extension int writeargv (const char **@var{argv}, FILE *@{file})
+@deftypefn Extension int writeargv (const char **@var{argv}, FILE *@var{file})
Write each member of ARGV, handling all necessary quoting, to the file
named by FILE, separated by whitespace. Return 0 on success, non-zero