diff options
author | Atsushi SAKAI <sakaia@jp.fujitsu.com> | 2009-03-31 14:57:37 +1100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-03-31 14:57:37 +1100 |
commit | 93ed05e2a56b5ee06c0100a169433b11c4aa5d0b (patch) | |
tree | 7d66d1c72a0dafaf5542f3733c221b54dbf8c13e /drivers/md/raid6recov.c | |
parent | fc9739c6d626ee79a148ec367d143b0601299a9d (diff) |
md: fix typo in FSF address
Hello,
I found a typo Bosto"m" in FSF address.
And I am checking around linux source code.
Here is the only place which uses Bosto"m" (not Boston).
Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/raid6recov.c')
-rw-r--r-- | drivers/md/raid6recov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid6recov.c b/drivers/md/raid6recov.c index a8c4d9451bd..7a98b865258 100644 --- a/drivers/md/raid6recov.c +++ b/drivers/md/raid6recov.c @@ -5,7 +5,7 @@ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, Inc., 53 Temple Place Ste 330, - * Bostom MA 02111-1307, USA; either version 2 of the License, or + * Boston MA 02111-1307, USA; either version 2 of the License, or * (at your option) any later version; incorporated herein by reference. * * ----------------------------------------------------------------------- */ |