diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:29:51 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:29:51 +0200 |
commit | d254c8f70abcb560d941e68c8c1f3b816c44a020 (patch) | |
tree | 88f995180931bd13bf32186d3735b24a28f7dde1 /sound | |
parent | d0f19d82173e46bd7f7544d0207aec7d467b3fe4 (diff) | |
download | linux-3.10-d254c8f70abcb560d941e68c8c1f3b816c44a020.tar.gz linux-3.10-d254c8f70abcb560d941e68c8c1f3b816c44a020.tar.bz2 linux-3.10-d254c8f70abcb560d941e68c8c1f3b816c44a020.zip |
typo fixes: specfic -> specific
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/sparc/dbri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c index a7489a3dd75..63bef0aadf1 100644 --- a/sound/sparc/dbri.c +++ b/sound/sparc/dbri.c @@ -46,7 +46,7 @@ * * I've tried to stick to the following function naming conventions: * snd_* ALSA stuff - * cs4215_* CS4215 codec specfic stuff + * cs4215_* CS4215 codec specific stuff * dbri_* DBRI high-level stuff * other DBRI low-level stuff */ |