diff options
author | Atsushi SAKAI <sakaia@jp.fujitsu.com> | 2009-03-30 23:57:37 -0400 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-03-30 23:57:37 -0400 |
commit | 93ed05e2a56b5ee06c0100a169433b11c4aa5d0b (patch) | |
tree | 7d66d1c72a0dafaf5542f3733c221b54dbf8c13e /drivers/md/raid6sse2.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/raid6sse2.c')
-rw-r--r-- | drivers/md/raid6sse2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid6sse2.c b/drivers/md/raid6sse2.c index b034ad868039..2e92e96275be 100644 --- a/drivers/md/raid6sse2.c +++ b/drivers/md/raid6sse2.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
7 | * the Free Software Foundation, Inc., 53 Temple Place Ste 330, | 7 | * the Free Software Foundation, Inc., 53 Temple Place Ste 330, |
8 | * Bostom MA 02111-1307, USA; either version 2 of the License, or | 8 | * Boston MA 02111-1307, USA; either version 2 of the License, or |
9 | * (at your option) any later version; incorporated herein by reference. | 9 | * (at your option) any later version; incorporated herein by reference. |
10 | * | 10 | * |
11 | * ----------------------------------------------------------------------- */ | 11 | * ----------------------------------------------------------------------- */ |