mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
Fix a typo.
This commit is contained in:
parent
cc657ce583
commit
4260c4120a
@ -12,8 +12,8 @@ typedef union
|
||||
long double value;
|
||||
struct
|
||||
{
|
||||
unsigned int sign_exponent:16;
|
||||
int empty:16;
|
||||
int sign_exponent:16;
|
||||
unsigned int empty:16;
|
||||
u_int32_t msw;
|
||||
u_int32_t lsw;
|
||||
} parts;
|
||||
|
Loading…
Reference in New Issue
Block a user