diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-12-31 10:07:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-12-31 10:07:52 +0000 |
commit | a2bf3d1db9b2afe0f92374a6bcb4a4e1fba9ac44 (patch) | |
tree | 59b859708f111694b14b2569d2ef256c72927970 /lib/csu/powerpc | |
parent | a2d89bf757192aa0e8d6e776ef4b52b6ea1e07a7 (diff) |
Spell `calculation' correctly.
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" |