typo in libc/stdio/wcio.h

whcar_io_data -> wchar_io_data
Signed-off-by: Nathan Forbes <me@nathanforbes.com>

Change-Id: I45c231efffac265eed51b7632d5a1b21c18bfa55
This commit is contained in:
Nathan Forbes 2011-07-02 20:29:25 -04:00
parent 2f5c6d2d66
commit 7743f68204
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ struct wchar_io_data {
/* BIONIC: disable wchar support */ /* BIONIC: disable wchar support */
#define WCIO_GET(fp) \ #define WCIO_GET(fp) \
((struct whcar_io_data*) 0) ((struct wchar_io_data*) 0)
#define _SET_ORIENTATION(fp, mode) ((void)0) #define _SET_ORIENTATION(fp, mode) ((void)0)