From e9a22a46d74aa21284502720dfc5bbd3540d3457 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 15 Sep 2008 16:36:11 +0000 Subject: - commentary typo fix --- ldso/ldso/arm/dl-sysdep.h | 2 +- ldso/ldso/i386/dl-sysdep.h | 2 +- ldso/ldso/m68k/dl-sysdep.h | 2 +- ldso/ldso/mips/dl-startup.h | 2 +- ldso/ldso/mips/dl-sysdep.h | 2 +- ldso/ldso/powerpc/dl-startup.h | 2 +- ldso/ldso/powerpc/dl-sysdep.h | 2 +- ldso/ldso/sh/dl-startup.h | 2 +- ldso/ldso/sh/dl-sysdep.h | 2 +- ldso/ldso/sh64/dl-startup.h | 2 +- ldso/ldso/sh64/dl-sysdep.h | 2 +- ldso/ldso/sparc/dl-startup.h | 2 +- ldso/ldso/sparc/dl-sysdep.h | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'ldso') diff --git a/ldso/ldso/arm/dl-sysdep.h b/ldso/ldso/arm/dl-sysdep.h index 2a83f86fb..2f9a37f8f 100644 --- a/ldso/ldso/arm/dl-sysdep.h +++ b/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 */ diff --git a/ldso/ldso/i386/dl-sysdep.h b/ldso/ldso/i386/dl-sysdep.h index 19128df7b..7090c929d 100644 --- a/ldso/ldso/i386/dl-sysdep.h +++ b/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 */ diff --git a/ldso/ldso/m68k/dl-sysdep.h b/ldso/ldso/m68k/dl-sysdep.h index 13e9e6015..e42be3150 100644 --- a/ldso/ldso/m68k/dl-sysdep.h +++ b/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 */ diff --git a/ldso/ldso/mips/dl-startup.h b/ldso/ldso/mips/dl-startup.h index d76f4874d..606b162a3 100644 --- a/ldso/ldso/mips/dl-startup.h +++ b/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 diff --git a/ldso/ldso/mips/dl-sysdep.h b/ldso/ldso/mips/dl-sysdep.h index 1b5a6e07a..312b9e858 100644 --- a/ldso/ldso/mips/dl-sysdep.h +++ b/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. */ diff --git a/ldso/ldso/powerpc/dl-startup.h b/ldso/ldso/powerpc/dl-startup.h index 7033da32b..50e72c3ee 100644 --- a/ldso/ldso/powerpc/dl-startup.h +++ b/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 diff --git a/ldso/ldso/powerpc/dl-sysdep.h b/ldso/ldso/powerpc/dl-sysdep.h index d5282485d..768482272 100644 --- a/ldso/ldso/powerpc/dl-sysdep.h +++ b/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. */ diff --git a/ldso/ldso/sh/dl-startup.h b/ldso/ldso/sh/dl-startup.h index 05e282bd8..7a3fdf235 100644 --- a/ldso/ldso/sh/dl-startup.h +++ b/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. */ diff --git a/ldso/ldso/sh/dl-sysdep.h b/ldso/ldso/sh/dl-sysdep.h index 35a66fb54..fd0f236a2 100644 --- a/ldso/ldso/sh/dl-sysdep.h +++ b/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. */ diff --git a/ldso/ldso/sh64/dl-startup.h b/ldso/ldso/sh64/dl-startup.h index 8c0a58df8..33512a9bc 100644 --- a/ldso/ldso/sh64/dl-startup.h +++ b/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. */ diff --git a/ldso/ldso/sh64/dl-sysdep.h b/ldso/ldso/sh64/dl-sysdep.h index dadde6103..21bfffcb6 100644 --- a/ldso/ldso/sh64/dl-sysdep.h +++ b/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. */ diff --git a/ldso/ldso/sparc/dl-startup.h b/ldso/ldso/sparc/dl-startup.h index c310e5df9..cc11ec103 100644 --- a/ldso/ldso/sparc/dl-startup.h +++ b/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. diff --git a/ldso/ldso/sparc/dl-sysdep.h b/ldso/ldso/sparc/dl-sysdep.h index 963ab246d..27cb97e38 100644 --- a/ldso/ldso/sparc/dl-sysdep.h +++ b/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 */ -- cgit v1.2.3