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 /sys/dev/softraid_raid6.c | |
parent | a2d89bf757192aa0e8d6e776ef4b52b6ea1e07a7 (diff) |
Spell `calculation' correctly.
Diffstat (limited to 'sys/dev/softraid_raid6.c')
-rw-r--r-- | sys/dev/softraid_raid6.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |