diff options
author | Thomas Weber <swirl@gmx.li> | 2010-03-16 11:47:56 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-16 11:47:56 +0100 |
commit | 88393161210493e317ae391696ee8ef463cb3c23 (patch) | |
tree | 6ec81a50d0e8174b415d83948b48cbabd7e54ddb /sound/pci/emu10k1 | |
parent | 932fb06b0898f5883200f1da2e00075f0d70ba9c (diff) | |
download | op-kernel-dev-88393161210493e317ae391696ee8ef463cb3c23.zip op-kernel-dev-88393161210493e317ae391696ee8ef463cb3c23.tar.gz |
Fix typos in comments
[Ss]ytem => [Ss]ystem
udpate => update
paramters => parameters
orginal => original
Signed-off-by: Thomas Weber <swirl@gmx.li>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound/pci/emu10k1')
-rw-r--r-- | sound/pci/emu10k1/emu10k1_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c index f18bd62..66c7fb3 100644 --- a/sound/pci/emu10k1/emu10k1_main.c +++ b/sound/pci/emu10k1/emu10k1_main.c @@ -1787,7 +1787,7 @@ int __devinit snd_emu10k1_create(struct snd_card *card, else if (subsystem) snd_printdd("Sound card name = %s, " "vendor = 0x%x, device = 0x%x, subsystem = 0x%x. " - "Forced to subsytem = 0x%x\n", c->name, + "Forced to subsystem = 0x%x\n", c->name, pci->vendor, pci->device, emu->serial, c->subsystem); else snd_printdd("Sound card name = %s, " |