fix typo in wordexp.h (note that the function is still unimplemented)

This commit is contained in:
Rich Felker 2011-02-19 12:44:36 -05:00
parent 4b1244a0bf
commit 5316d083ec

View File

@ -19,7 +19,7 @@ extern "C" {
typedef struct typedef struct
{ {
size_t we_wordc; size_t we_wordc;
char **wc_wordv; char **we_wordv;
size_t we_offs; size_t we_offs;
} wordexp_t; } wordexp_t;