diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-05 03:06:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-05 03:06:39 +0000 |
commit | 84fa95efd0a2ea10e89837aa7ef6ca575f08f727 (patch) | |
tree | cd4b7ea814e6b53f8e7f32dd63adf3e5ce749a73 /kernel | |
parent | d1b72e2fffaa74c2a886118db06f89cd36e4a8df (diff) | |
download | drakx-84fa95efd0a2ea10e89837aa7ef6ca575f08f727.tar drakx-84fa95efd0a2ea10e89837aa7ef6ca575f08f727.tar.gz drakx-84fa95efd0a2ea10e89837aa7ef6ca575f08f727.tar.bz2 drakx-84fa95efd0a2ea10e89837aa7ef6ca575f08f727.tar.xz drakx-84fa95efd0a2ea10e89837aa7ef6ca575f08f727.zip |
fix titypo
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index c042640f3..5cc22838d 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -129,7 +129,7 @@ our %l = ( { sound => [ if_(arch() =~ /ppc/, qw(dmasound_pmac snd-powermac)), - if_(arch() =~ /sparc/, qw(snd-sun-amd7930 snd-sun-cs4231), + if_(arch() =~ /sparc/, qw(snd-sun-amd7930 snd-sun-cs4231)), if_(arch() !~ /^sparc/, qw(ad1816 ad1848 ad1889 ali5455 audigy audio awe_wave cmpci cs4232 cs4281 cs46xx), qw(emu10k1 es1370 es1371 esssolo1 forte gus i810_audio ice1712 kahlua mad16 maestro), |