svn commit: trunk/uClibc: ldso/ldso/arm ldso/ldso/i386 ldso/ldso/m etc...

aldot at uclibc.org aldot at uclibc.org
Mon Sep 15 16:36:12 UTC 2008


Author: aldot
Date: 2008-09-15 09:36:11 -0700 (Mon, 15 Sep 2008)
New Revision: 23402

Log:
- commentary typo fix


Modified:
   trunk/uClibc/ldso/ldso/arm/dl-sysdep.h
   trunk/uClibc/ldso/ldso/i386/dl-sysdep.h
   trunk/uClibc/ldso/ldso/m68k/dl-sysdep.h
   trunk/uClibc/ldso/ldso/mips/dl-startup.h
   trunk/uClibc/ldso/ldso/mips/dl-sysdep.h
   trunk/uClibc/ldso/ldso/powerpc/dl-startup.h
   trunk/uClibc/ldso/ldso/powerpc/dl-sysdep.h
   trunk/uClibc/ldso/ldso/sh/dl-startup.h
   trunk/uClibc/ldso/ldso/sh/dl-sysdep.h
   trunk/uClibc/ldso/ldso/sh64/dl-startup.h
   trunk/uClibc/ldso/ldso/sh64/dl-sysdep.h
   trunk/uClibc/ldso/ldso/sparc/dl-startup.h
   trunk/uClibc/ldso/ldso/sparc/dl-sysdep.h
   trunk/uClibc/libc/string/powerpc/memcpy.c
   trunk/uClibc/libc/string/powerpc/memmove.c
   trunk/uClibc/libc/string/powerpc/memset.c


Changeset:
Modified: trunk/uClibc/ldso/ldso/arm/dl-sysdep.h
===================================================================
--- trunk/uClibc/ldso/ldso/arm/dl-sysdep.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/arm/dl-sysdep.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * Various assmbly language/system dependent  hacks that are required
+ * Various assembly language/system dependent hacks that are required
  * so that we can minimize the amount of platform specific code.
  * Copyright (C) 2000-2004 by Erik Andersen <andersen at codepoet.org>
  */

Modified: trunk/uClibc/ldso/ldso/i386/dl-sysdep.h
===================================================================
--- trunk/uClibc/ldso/ldso/i386/dl-sysdep.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/i386/dl-sysdep.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * Various assmbly language/system dependent  hacks that are required
+ * Various assembly language/system dependent hacks that are required
  * so that we can minimize the amount of platform specific code.
  * Copyright (C) 2000-2004 by Erik Andersen <andersen at codepoet.org>
  */

Modified: trunk/uClibc/ldso/ldso/m68k/dl-sysdep.h
===================================================================
--- trunk/uClibc/ldso/ldso/m68k/dl-sysdep.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/m68k/dl-sysdep.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * Various assmbly language/system dependent hacks that are required
+ * Various assembly language/system dependent hacks that are required
  * so that we can minimize the amount of platform specific code.
  * Copyright (C) 2005 by Erik Andersen <andersen at codepoet.org>
  */

Modified: trunk/uClibc/ldso/ldso/mips/dl-startup.h
===================================================================
--- trunk/uClibc/ldso/ldso/mips/dl-startup.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/mips/dl-startup.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,4 +1,4 @@
-/* Any assmbly language/system dependent hacks needed to setup boot1.c so it
+/* Any assembly language/system dependent hacks needed to setup boot1.c so it
  * will work as expected and cope with whatever platform specific wierdness is
  * needed for this architecture.
  * Copyright (C) 2005 by Joakim Tjernlund

Modified: trunk/uClibc/ldso/ldso/mips/dl-sysdep.h
===================================================================
--- trunk/uClibc/ldso/ldso/mips/dl-sysdep.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/mips/dl-sysdep.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,7 +1,7 @@
 /* vi: set sw=8 ts=8: */
 
 /*
- * Various assmbly language/system dependent hacks that are required
+ * Various assembly language/system dependent hacks that are required
  * so that we can minimize the amount of platform specific code.
  */
 

Modified: trunk/uClibc/ldso/ldso/powerpc/dl-startup.h
===================================================================
--- trunk/uClibc/ldso/ldso/powerpc/dl-startup.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/powerpc/dl-startup.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,4 +1,4 @@
-/* Any assmbly language/system dependent hacks needed to setup boot1.c so it
+/* Any assembly language/system dependent hacks needed to setup boot1.c so it
  * will work as expected and cope with whatever platform specific wierdness is
  * needed for this architecture.
  * Copyright (C) 2005 by Joakim Tjernlund

Modified: trunk/uClibc/ldso/ldso/powerpc/dl-sysdep.h
===================================================================
--- trunk/uClibc/ldso/ldso/powerpc/dl-sysdep.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/powerpc/dl-sysdep.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,5 +1,5 @@
 /*
- * Various assmbly language/system dependent  hacks that are required
+ * Various assembly language/system dependent hacks that are required
  * so that we can minimize the amount of platform specific code.
  */
 

Modified: trunk/uClibc/ldso/ldso/sh/dl-startup.h
===================================================================
--- trunk/uClibc/ldso/ldso/sh/dl-startup.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/sh/dl-startup.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,4 +1,4 @@
-/* Any assmbly language/system dependent hacks needed to setup boot1.c so it
+/* Any assembly language/system dependent hacks needed to setup boot1.c so it
  * will work as expected and cope with whatever platform specific wierdness is
  * needed for this architecture.  */
 

Modified: trunk/uClibc/ldso/ldso/sh/dl-sysdep.h
===================================================================
--- trunk/uClibc/ldso/ldso/sh/dl-sysdep.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/sh/dl-sysdep.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,5 +1,5 @@
 /*
- * Various assmbly language/system dependent  hacks that are required
+ * Various assembly language/system dependent hacks that are required
  * so that we can minimize the amount of platform specific code.
  */
 

Modified: trunk/uClibc/ldso/ldso/sh64/dl-startup.h
===================================================================
--- trunk/uClibc/ldso/ldso/sh64/dl-startup.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/sh64/dl-startup.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,4 +1,4 @@
-/* Any assmbly language/system dependent hacks needed to setup boot1.c so it
+/* Any assembly language/system dependent hacks needed to setup boot1.c so it
  * will work as expected and cope with whatever platform specific wierdness is
  * needed for this architecture.
  */

Modified: trunk/uClibc/ldso/ldso/sh64/dl-sysdep.h
===================================================================
--- trunk/uClibc/ldso/ldso/sh64/dl-sysdep.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/sh64/dl-sysdep.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,6 +1,6 @@
 /* vi: set sw=8 ts=8: */
 /*
- * Various assmbly language/system dependent  hacks that are required
+ * Various assembly language/system dependent hacks that are required
  * so that we can minimize the amount of platform specific code.
  */
 

Modified: trunk/uClibc/ldso/ldso/sparc/dl-startup.h
===================================================================
--- trunk/uClibc/ldso/ldso/sparc/dl-startup.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/sparc/dl-startup.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,4 +1,4 @@
-/* Any assmbly language/system dependent hacks needed to setup boot1.c so it
+/* Any assembly language/system dependent hacks needed to setup boot1.c so it
  * will work as expected and cope with whatever platform specific wierdness is
  * needed for this architecture.  See arm/boot1_arch.h for an example of what
  * can be done.

Modified: trunk/uClibc/ldso/ldso/sparc/dl-sysdep.h
===================================================================
--- trunk/uClibc/ldso/ldso/sparc/dl-sysdep.h	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/ldso/ldso/sparc/dl-sysdep.h	2008-09-15 16:36:11 UTC (rev 23402)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * Various assmbly language/system dependent  hacks that are required
+ * Various assembly language/system dependent hacks that are required
  * so that we can minimize the amount of platform specific code.
  * Copyright (C) 2000-2004 by Erik Andersen <andersen at codepoet.org>
  */

Modified: trunk/uClibc/libc/string/powerpc/memcpy.c
===================================================================
--- trunk/uClibc/libc/string/powerpc/memcpy.c	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/libc/string/powerpc/memcpy.c	2008-09-15 16:36:11 UTC (rev 23402)
@@ -7,7 +7,7 @@
 
 /* These are carefully optimized mem*() functions for PPC written in C.
  * Don't muck around with these function without checking the generated
- * assmbler code.
+ * assembler code.
  * It is possible to optimize these significantly more by using specific
  * data cache instructions(mainly dcbz). However that requires knownledge
  * about the CPU's cache line size.

Modified: trunk/uClibc/libc/string/powerpc/memmove.c
===================================================================
--- trunk/uClibc/libc/string/powerpc/memmove.c	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/libc/string/powerpc/memmove.c	2008-09-15 16:36:11 UTC (rev 23402)
@@ -7,7 +7,7 @@
 
 /* These are carefully optimized mem*() functions for PPC written in C.
  * Don't muck around with these function without checking the generated
- * assmbler code.
+ * assembler code.
  * It is possible to optimize these significantly more by using specific
  * data cache instructions(mainly dcbz). However that requires knownledge
  * about the CPU's cache line size.

Modified: trunk/uClibc/libc/string/powerpc/memset.c
===================================================================
--- trunk/uClibc/libc/string/powerpc/memset.c	2008-09-15 10:24:22 UTC (rev 23401)
+++ trunk/uClibc/libc/string/powerpc/memset.c	2008-09-15 16:36:11 UTC (rev 23402)
@@ -7,7 +7,7 @@
 
 /* These are carefully optimized mem*() functions for PPC written in C.
  * Don't muck around with these function without checking the generated
- * assmbler code.
+ * assembler code.
  * It is possible to optimize these significantly more by using specific
  * data cache instructions(mainly dcbz). However that requires knownledge
  * about the CPU's cache line size.




More information about the uClibc-cvs mailing list