Fix typo in comment

This commit is contained in:
Ulrich Drepper 2011-05-14 11:16:18 -04:00
parent da3c19ef5a
commit 32ad1972a8

View File

@ -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