diff options
author | Matt LaPlante <kernel1@cyberdogtech.com> | 2006-10-03 16:31:37 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-10-03 16:31:37 -0400 |
commit | 095096038d637c477ef3c1b674612bcbc4d60c2d (patch) | |
tree | 2e850ffb08e7c13756efe16c562022d1289e37e6 /drivers/w1 | |
parent | c73a668c096fe3dd23c1062018e82eb85f5c7043 (diff) |
Fix several typos in drivers/
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/w1')
-rw-r--r-- | drivers/w1/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/Kconfig b/drivers/w1/Kconfig index 8b3d0f0c7bd5..27c9d05d03ef 100644 --- a/drivers/w1/Kconfig +++ b/drivers/w1/Kconfig | |||
@@ -21,7 +21,7 @@ config W1_CON | |||
21 | There are three types of messages between w1 core and userspace: | 21 | There are three types of messages between w1 core and userspace: |
22 | 1. Events. They are generated each time new master or slave device found | 22 | 1. Events. They are generated each time new master or slave device found |
23 | either due to automatic or requested search. | 23 | either due to automatic or requested search. |
24 | 2. Userspace commands. Includes read/write and search/alarm search comamnds. | 24 | 2. Userspace commands. Includes read/write and search/alarm search commands. |
25 | 3. Replies to userspace commands. | 25 | 3. Replies to userspace commands. |
26 | 26 | ||
27 | source drivers/w1/masters/Kconfig | 27 | source drivers/w1/masters/Kconfig |