diff options
Diffstat (limited to 'lib/csu/powerpc')
-rw-r--r-- | lib/csu/powerpc/crt0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/powerpc/crt0.c b/lib/csu/powerpc/crt0.c index ca419db9c3e..4239ea26f89 100644 --- a/lib/csu/powerpc/crt0.c +++ b/lib/csu/powerpc/crt0.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crt0.c,v 1.6 2012/11/01 10:33:44 kettenis Exp $ */ +/* $OpenBSD: crt0.c,v 1.7 2012/12/31 10:07:51 miod Exp $ */ /* $NetBSD: crt0.c,v 1.1 1996/09/12 16:59:02 cgd Exp $ */ /* * Copyright (c) 1995 Christopher G. Demetriou @@ -86,7 +86,7 @@ __asm( " /* \n" " * these adds effectively calculate the value the \n" " * bl _GLOBAL_OFFSET_TABLE_@local-4 \n" -" * operation that would be below would calulate. \n" +" * operation that would be below would calculate. \n" " */ \n" " add %r28, %r18, %r6 \n" " \n" |