diff options
-rw-r--r-- | lib/csu/powerpc/crt0.c | 4 | ||||
-rw-r--r-- | libexec/ld.so/powerpc/ldasm.S | 4 | ||||
-rw-r--r-- | sys/dev/ic/bwi.c | 4 | ||||
-rw-r--r-- | sys/dev/softraid_raid6.c | 4 |
4 files changed, 8 insertions, 8 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" diff --git a/libexec/ld.so/powerpc/ldasm.S b/libexec/ld.so/powerpc/ldasm.S index 77df737bc40..261d93ee0a8 100644 --- a/libexec/ld.so/powerpc/ldasm.S +++ b/libexec/ld.so/powerpc/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.13 2003/07/09 21:01:10 drahn Exp $ */ +/* $OpenBSD: ldasm.S,v 1.14 2012/12/31 10:07:51 miod Exp $ */ /* * Copyright (c) 1999 Dale Rahn @@ -60,7 +60,7 @@ ENTRY(_dl_start) /* * these adds effectively calculate the value the * bl _GLOBAL_OFFSET_TABLE_@local-4 - * operation that would be below would calulate. + * operation that would be below would calculate. */ add 28, 18, 5 mr 6, 5 # save offset for later use diff --git a/sys/dev/ic/bwi.c b/sys/dev/ic/bwi.c index 75ae03f29b4..62951721ed7 100644 --- a/sys/dev/ic/bwi.c +++ b/sys/dev/ic/bwi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bwi.c,v 1.96 2012/12/05 23:20:16 deraadt Exp $ */ +/* $OpenBSD: bwi.c,v 1.97 2012/12/31 10:07:51 miod Exp $ */ /* * Copyright (c) 2007 The DragonFly Project. All rights reserved. @@ -2598,7 +2598,7 @@ bwi_mac_adjust_tpctl(struct bwi_mac *mac, int rf_atten_adj, int bbp_atten_adj) bcopy(&mac->mac_tpctl, &tpctl, sizeof(tpctl)); - /* NOTE: Use signed value to do calulation */ + /* NOTE: Use signed value to do calculation */ bbp_atten = tpctl.bbp_atten; rf_atten = tpctl.rf_atten; tp_ctrl1 = tpctl.tp_ctrl1; diff --git a/sys/dev/softraid_raid6.c b/sys/dev/softraid_raid6.c index e457d03447b..186ccbd9a12 100644 --- a/sys/dev/softraid_raid6.c +++ b/sys/dev/softraid_raid6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid_raid6.c,v 1.26 2012/10/08 14:22:41 jsing Exp $ */ +/* $OpenBSD: softraid_raid6.c,v 1.27 2012/12/31 10:07:51 miod Exp $ */ /* * Copyright (c) 2009 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2009 Jordan Hargrave <jordan@openbsd.org> @@ -616,7 +616,7 @@ sr_raid6_rw(struct sr_workunit *wu) if (pbuf == NULL) goto bad; - /* Calulate P = Dn; Q = gn * Dn */ + /* Calculate P = Dn; Q = gn * Dn */ if (gf_premul(gf_pow[chunk])) goto bad; sr_raid6_xorp(pbuf, data, length); |