]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
doc: fix some typos
authorXishi Qiu <qiuxishi@huawei.com>
Wed, 6 Nov 2013 21:18:19 +0000 (13:18 -0800)
committerJiri Kosina <jkosina@suse.cz>
Mon, 2 Dec 2013 13:48:28 +0000 (14:48 +0100)
Fix some typos in three documentations.

Signed-off-by: Xishi Qiu <qiuxishi@huawei.com>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/IRQ-domain.txt
Documentation/email-clients.txt
Documentation/io-mapping.txt

index 9bc95942ec22b9f4c721c7e9dda0189ba75689c7..03df71aeb38c000dd607b657f62ebb477753bf76 100644 (file)
@@ -141,7 +141,7 @@ will use a legacy domain only if an IRQ range is supplied by the
 system and will otherwise use a linear domain mapping. The semantics
 of this call are such that if an IRQ range is specified then
 descriptors will be allocated on-the-fly for it, and if no range is
-specified it will fall through to irq_domain_add_linear() which meand
+specified it will fall through to irq_domain_add_linear() which means
 *no* irq descriptors will be allocated.
 
 A typical use case for simple domains is where an irqchip provider
index 860c29a472adfc13af02641001bd03dfe04b9cb6..e9f5daccbd02e2d8e97b489faf372dbb307529d8 100644 (file)
@@ -104,7 +104,7 @@ Then from the "Message" menu item, select insert file and choose your patch.
 As an added bonus you can customise the message creation toolbar menu
 and put the "insert file" icon there.
 
-Make the the composer window wide enough so that no lines wrap. As of
+Make the composer window wide enough so that no lines wrap. As of
 KMail 1.13.5 (KDE 4.5.4), KMail will apply word wrapping when sending
 the email if the lines wrap in the composer window. Having word wrapping
 disabled in the Options menu isn't enough. Thus, if your patch has very
index 473e43b2d588281efc95a3e5cde589e18d4eefa1..5ca78426f54c58d10e3fd0030ad51f6ccb2b5b9b 100644 (file)
@@ -38,7 +38,7 @@ maps are more efficient:
 
        void io_mapping_unmap_atomic(void *vaddr)
 
-               'vaddr' must be the the value returned by the last
+               'vaddr' must be the value returned by the last
                io_mapping_map_atomic_wc call. This unmaps the specified
                page and allows the task to sleep once again.