summaryrefslogtreecommitdiff
path: root/ldso/ldso/powerpc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-15 16:36:11 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-15 16:36:11 +0000
commite9a22a46d74aa21284502720dfc5bbd3540d3457 (patch)
tree4f4934122db9560fee6edd676d5901fd3f74303c /ldso/ldso/powerpc
parent15ffa43fafc8a2dfd1e69d8d6b05ef55a06ccfbe (diff)
- commentary typo fix
Diffstat (limited to 'ldso/ldso/powerpc')
-rw-r--r--ldso/ldso/powerpc/dl-startup.h2
-rw-r--r--ldso/ldso/powerpc/dl-sysdep.h2
2 files changed, 2 insertions, 2 deletions
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.
*/