aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2012-09-19 21:47:58 -0400
committerJiri Kosina <jkosina@suse.cz>2012-11-19 14:29:46 +0100
commitd93cf0687c9853bf91b1b9a5124ab97ebc47e00c (patch)
treee178efc4a67fdfeb1d36e32ce857efd12d10ab05 /sound/core
parentdoc: fix quite a few typos within Documentation (diff)
downloadlinux-dev-d93cf0687c9853bf91b1b9a5124ab97ebc47e00c.tar.xz
linux-dev-d93cf0687c9853bf91b1b9a5124ab97ebc47e00c.zip
various: Fix spelling of "registered" in comments.
Some comments misspell "registered"; this fixes them. No code changes. Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound/core')
-rw-r--r--sound/core/seq/seq_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/seq/seq_device.c b/sound/core/seq/seq_device.c
index 60e8fc1b3440..040c60e1da28 100644
--- a/sound/core/seq/seq_device.c
+++ b/sound/core/seq/seq_device.c
@@ -66,7 +66,7 @@ struct ops_list {
/* operators */
struct snd_seq_dev_ops ops;
- /* registred devices */
+ /* registered devices */
struct list_head dev_list; /* list of devices */
int num_devices; /* number of associated devices */
int num_init_devices; /* number of initialized devices */