]> sourceware.org Git - glibc.git/commitdiff
[BZ #6995]
authorUlrich Drepper <drepper@redhat.com>
Fri, 31 Oct 2008 14:19:57 +0000 (14:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 31 Oct 2008 14:19:57 +0000 (14:19 +0000)
2008-10-31  Ulrich Drepper  <drepper@redhat.com>
[BZ #6995]
* sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.

ChangeLog
sysdeps/powerpc/powerpc32/dl-machine.c

index fc587e00f4d3219765f33fc4b67b1d5233391f98..b1876983d6f32bf4183f4f8e05fa97942f8c00a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 731d23956d291e61c2e6ad353522a782872ab0df..71540bd185f896dae26eb9d2bcc3b98604662869 100644 (file)
@@ -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
@@ -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);
        }
This page took 0.054128 seconds and 5 git commands to generate.