diff options
author | Dan McGee <dpmcgee@gmail.com> | 2011-10-17 16:29:08 -0400 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2011-10-19 20:27:50 -0400 |
commit | bd860c53d4f9cad520d233e1ba690aaacfb39e9b (patch) | |
tree | da80573993529472040cb2e624a2bd0fddcc15b2 | |
parent | 751e67ca2e2790e9b9b187557d5ba6f96b6c4a7e (diff) |
lib/raid6: Fix filename emitted in generated code
The files were renamed in commit cc4589ebf; fix the name in the file
itself.
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
-rw-r--r-- | lib/raid6/int.uc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raid6/int.uc b/lib/raid6/int.uc index d1e276a14fab..5b50f8dfc5d2 100644 --- a/lib/raid6/int.uc +++ b/lib/raid6/int.uc | |||
@@ -11,7 +11,7 @@ | |||
11 | * ----------------------------------------------------------------------- */ | 11 | * ----------------------------------------------------------------------- */ |
12 | 12 | ||
13 | /* | 13 | /* |
14 | * raid6int$#.c | 14 | * int$#.c |
15 | * | 15 | * |
16 | * $#-way unrolled portable integer math RAID-6 instruction set | 16 | * $#-way unrolled portable integer math RAID-6 instruction set |
17 | * | 17 | * |