summaryrefslogtreecommitdiff
path: root/include/wordexp.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-02-19 12:44:36 -0500
committerRich Felker <dalias@aerifal.cx>2011-02-19 12:44:36 -0500
commit5316d083ec87e91cd11fde900e0158f82563d8dc (patch)
treec47ce203eee01e163c84f4200c067d0b8bf01789 /include/wordexp.h
parent4b1244a0bfec55bc4cad91ff157997929f106215 (diff)
downloadmusl-5316d083ec87e91cd11fde900e0158f82563d8dc.tar.gz
fix typo in wordexp.h (note that the function is still unimplemented)
Diffstat (limited to 'include/wordexp.h')
-rw-r--r--include/wordexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wordexp.h b/include/wordexp.h
index 91995c44..0691c8ea 100644
--- a/include/wordexp.h
+++ b/include/wordexp.h
@@ -19,7 +19,7 @@ extern "C" {
typedef struct
{
size_t we_wordc;
- char **wc_wordv;
+ char **we_wordv;
size_t we_offs;
} wordexp_t;