diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2012-09-19 21:47:58 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 14:29:46 +0100 |
commit | d93cf0687c9853bf91b1b9a5124ab97ebc47e00c (patch) | |
tree | e178efc4a67fdfeb1d36e32ce857efd12d10ab05 /include/net/irda | |
parent | 4e79162a52da61c3a67d0796b9f0e37a5e0ccbd6 (diff) | |
download | op-kernel-dev-d93cf0687c9853bf91b1b9a5124ab97ebc47e00c.zip op-kernel-dev-d93cf0687c9853bf91b1b9a5124ab97ebc47e00c.tar.gz |
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 'include/net/irda')
-rw-r--r-- | include/net/irda/irlmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/irda/irlmp.h b/include/net/irda/irlmp.h index fff11b7..591f786 100644 --- a/include/net/irda/irlmp.h +++ b/include/net/irda/irlmp.h @@ -134,7 +134,7 @@ typedef struct { } CACHE_ENTRY; /* - * Information about each registred IrLAP layer + * Information about each registered IrLAP layer */ struct lap_cb { irda_queue_t queue; /* Must be first */ |