summaryrefslogtreecommitdiff
path: root/bfd/aix5ppc-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/aix5ppc-core.c')
-rw-r--r--bfd/aix5ppc-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aix5ppc-core.c b/bfd/aix5ppc-core.c
index b0a9c5e715..03510765e1 100644
--- a/bfd/aix5ppc-core.c
+++ b/bfd/aix5ppc-core.c
@@ -102,7 +102,7 @@ xcoff64_core_p (abfd)
|| (! (core.c_flag & LE_VALID)))
goto xcoff64_core_p_error;
- /* Check for trucated stack or general truncating. */
+ /* Check for truncated stack or general truncating. */
if ((! (core.c_flag & USTACK_VALID))
|| (core.c_flag & CORE_TRUNC))
{