From: Ulrich Drepper Date: Sat, 14 May 2011 15:16:18 +0000 (-0400) Subject: Fix typo in comment X-Git-Tag: glibc-2.14~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ad1972a8e458a555c58ca28d272ef7009d3514;p=thirdparty%2Fglibc.git Fix typo in comment --- diff --git a/sysdeps/generic/elf/backtracesymsfd.c b/sysdeps/generic/elf/backtracesymsfd.c index 0160ac158b3..c38ddbf1850 100644 --- a/sysdeps/generic/elf/backtracesymsfd.c +++ b/sysdeps/generic/elf/backtracesymsfd.c @@ -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