mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Fix typo in comment
This commit is contained in:
parent
da3c19ef5a
commit
32ad1972a8
@ -28,7 +28,7 @@
|
|||||||
#if __ELF_NATIVE_CLASS == 32
|
#if __ELF_NATIVE_CLASS == 32
|
||||||
# define WORD_WIDTH 8
|
# define WORD_WIDTH 8
|
||||||
#else
|
#else
|
||||||
/* We assyme 64bits. */
|
/* We assume 64bits. */
|
||||||
# define WORD_WIDTH 16
|
# define WORD_WIDTH 16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user