]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in comment
authorUlrich Drepper <drepper@gmail.com>
Sat, 14 May 2011 15:16:18 +0000 (11:16 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 14 May 2011 15:16:18 +0000 (11:16 -0400)
sysdeps/generic/elf/backtracesymsfd.c

index 0160ac158b30b538b0d1c0c16ba4448a85903baf..c38ddbf1850c470701628f2da3e6f7f914e32b14 100644 (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