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