1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Fix typos.

This commit is contained in:
Ondřej Bílka
2013-08-29 09:08:54 +02:00
parent d0721e703d
commit 6f65e66895
33 changed files with 118 additions and 75 deletions

View File

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