diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:29:51 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:29:51 -0400 |
commit | d254c8f70abcb560d941e68c8c1f3b816c44a020 (patch) | |
tree | 88f995180931bd13bf32186d3735b24a28f7dde1 /sound/sparc/dbri.c | |
parent | d0f19d82173e46bd7f7544d0207aec7d467b3fe4 (diff) |
typo fixes: specfic -> specific
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'sound/sparc/dbri.c')
-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 a7489a3dd75a..63bef0aadf1e 100644 --- a/sound/sparc/dbri.c +++ b/sound/sparc/dbri.c | |||
@@ -46,7 +46,7 @@ | |||
46 | * | 46 | * |
47 | * I've tried to stick to the following function naming conventions: | 47 | * I've tried to stick to the following function naming conventions: |
48 | * snd_* ALSA stuff | 48 | * snd_* ALSA stuff |
49 | * cs4215_* CS4215 codec specfic stuff | 49 | * cs4215_* CS4215 codec specific stuff |
50 | * dbri_* DBRI high-level stuff | 50 | * dbri_* DBRI high-level stuff |
51 | * other DBRI low-level stuff | 51 | * other DBRI low-level stuff |
52 | */ | 52 | */ |