This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
GNU C Library master sources branch, master, updated. glibc-2.13-169-g32ad197
- From: drepper at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 14 May 2011 15:16:32 -0000
- Subject: GNU C Library master sources branch, master, updated. glibc-2.13-169-g32ad197
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via 32ad1972a8e458a555c58ca28d272ef7009d3514 (commit)
from da3c19ef5aab5c073baa57afd1f5bf9bf8746460 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=32ad1972a8e458a555c58ca28d272ef7009d3514
commit 32ad1972a8e458a555c58ca28d272ef7009d3514
Author: Ulrich Drepper <drepper@gmail.com>
Date: Sat May 14 11:16:18 2011 -0400
Fix typo in comment
diff --git a/sysdeps/generic/elf/backtracesymsfd.c b/sysdeps/generic/elf/backtracesymsfd.c
index 0160ac1..c38ddbf 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
-----------------------------------------------------------------------
Summary of changes:
sysdeps/generic/elf/backtracesymsfd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU C Library master sources