fix typo in wordexp.h (note that the function is still unimplemented)
authorRich Felker <dalias@aerifal.cx>
Sat, 19 Feb 2011 17:44:36 +0000 (12:44 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 19 Feb 2011 17:44:36 +0000 (12:44 -0500)
include/wordexp.h

index 91995c4..0691c8e 100644 (file)
@@ -19,7 +19,7 @@ extern "C" {
 typedef struct
 {
        size_t we_wordc;
-       char **wc_wordv;
+       char **we_wordv;
        size_t we_offs;
 } wordexp_t;