Skip to content

Commit

Permalink
[BZ #6995]
Browse files Browse the repository at this point in the history
2008-10-31  Ulrich Drepper  <drepper@redhat.com>
	[BZ #6995]
	* sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
  • Loading branch information
Ulrich Drepper committed Oct 31, 2008
1 parent 332c446 commit 3cf4491
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-10-31 Ulrich Drepper <drepper@redhat.com>

[BZ #6995]
* sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.

2008-10-30 Ulrich Drepper <drepper@redhat.com>

* grp/initgroups.c (internal_getgrouplist): Don't prematurely
Expand Down
4 changes: 2 additions & 2 deletions sysdeps/powerpc/powerpc32/dl-machine.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Machine-dependent ELF dynamic relocation functions. PowerPC version.
Copyright (C) 1995-2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright (C) 1995-2006, 2008 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -501,7 +501,7 @@ __process_machine_rela (struct link_map *map,

strtab = (const void *) D_PTR (map, l_info[DT_STRTAB]);
_dl_error_printf ("\
%s: Symbol `%s' has different size in shared object, onsider re-linking\n",
%s: Symbol `%s' has different size in shared object, consider re-linking\n",
rtld_progname ?: "<program name unknown>",
strtab + refsym->st_name);
}
Expand Down

0 comments on commit 3cf4491

Please sign in to comment.