Browse Source

- commentary typo fix

Bernhard Reutner-Fischer 15 years ago
parent
commit
e9a22a46d7

+ 1 - 1
ldso/ldso/arm/dl-sysdep.h

@@ -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@codepoet.org>
  */

+ 1 - 1
ldso/ldso/i386/dl-sysdep.h

@@ -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@codepoet.org>
  */

+ 1 - 1
ldso/ldso/m68k/dl-sysdep.h

@@ -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@codepoet.org>
  */

+ 1 - 1
ldso/ldso/mips/dl-startup.h

@@ -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

+ 1 - 1
ldso/ldso/mips/dl-sysdep.h

@@ -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.
  */
 

+ 1 - 1
ldso/ldso/powerpc/dl-startup.h

@@ -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

+ 1 - 1
ldso/ldso/powerpc/dl-sysdep.h

@@ -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.
  */
 

+ 1 - 1
ldso/ldso/sh/dl-startup.h

@@ -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.  */
 

+ 1 - 1
ldso/ldso/sh/dl-sysdep.h

@@ -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.
  */
 

+ 1 - 1
ldso/ldso/sh64/dl-startup.h

@@ -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.
  */

+ 1 - 1
ldso/ldso/sh64/dl-sysdep.h

@@ -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.
  */
 

+ 1 - 1
ldso/ldso/sparc/dl-startup.h

@@ -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.

+ 1 - 1
ldso/ldso/sparc/dl-sysdep.h

@@ -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@codepoet.org>
  */

+ 1 - 1
libc/string/powerpc/memcpy.c

@@ -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.

+ 1 - 1
libc/string/powerpc/memmove.c

@@ -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.

+ 1 - 1
libc/string/powerpc/memset.c

@@ -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.