summaryrefslogtreecommitdiffstats
path: root/lib/csu
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2012-12-31 10:07:51 +0000
committermiod <miod@openbsd.org>2012-12-31 10:07:51 +0000
commitf5fc0dcebc93b8357ac53cfcfa030761347cfe85 (patch)
tree2af8aab171fd96f02fd4e8f7c84e1a9ba60c1241 /lib/csu
parentsimple optimization: if we're already erroring out, there's totally no (diff)
downloadwireguard-openbsd-f5fc0dcebc93b8357ac53cfcfa030761347cfe85.tar.xz
wireguard-openbsd-f5fc0dcebc93b8357ac53cfcfa030761347cfe85.zip
Spell `calculation' correctly.
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/powerpc/crt0.c4
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"