diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2013-07-02 19:26:20 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2013-07-02 19:26:20 +0000 |
commit | a838011d07bd7a1408619b68646d3ced78a4f25e (patch) | |
tree | 905aa880f90d5d91d0ccb082db25a09eb5c2fa9f /newlib | |
parent | e24355b1ea6fa56af886e8c6fd4dc151fc335c48 (diff) | |
download | newlib-a838011d07bd7a1408619b68646d3ced78a4f25e.zip newlib-a838011d07bd7a1408619b68646d3ced78a4f25e.tar.gz newlib-a838011d07bd7a1408619b68646d3ced78a4f25e.tar.bz2 |
2013-07-02 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/reent.h: Fix typo in comment.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/include/sys/reent.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 5b73e71..cf583f9 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2013-07-02 Jeff Johnston <jjohnstn@redhat.com> + + * libc/include/sys/reent.h: Fix typo in comment. + 2013-07-01 Will Newton <will.newton@linaro.org> * libc/machine/arm/memcpy-armv7a.S: Adjust entry to diff --git a/newlib/libc/include/sys/reent.h b/newlib/libc/include/sys/reent.h index ed01326..c8ef630 100644 --- a/newlib/libc/include/sys/reent.h +++ b/newlib/libc/include/sys/reent.h @@ -362,7 +362,7 @@ struct _misc_reent _mbstate_t _wcsrtombs_state; }; -/* This version of _reent is layed our with "int"s in pairs, to help +/* This version of _reent is laid out with "int"s in pairs, to help * ports with 16-bit int's but 32-bit pointers, align nicely. */ struct _reent { |