summaryrefslogtreecommitdiff
path: root/Documentation/DocBook/genericirq.tmpl
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-07-12 09:55:28 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-07-12 11:30:36 -0700
commit0ba4f6e4006634cf566ba9cc3acd40aebee44503 (patch)
treefb6ec3a4bd782dcab7beab39e749626038a9683d /Documentation/DocBook/genericirq.tmpl
parent8011b3c96f393b7ae95a6fd80e1634626c1b95ab (diff)
DocBook: fix various typos
This patch fixed spelling typo in various template files within Documentation/Docbook. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/DocBook/genericirq.tmpl')
-rw-r--r--Documentation/DocBook/genericirq.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/genericirq.tmpl b/Documentation/DocBook/genericirq.tmpl
index 46347f603353..59fb5c077541 100644
--- a/Documentation/DocBook/genericirq.tmpl
+++ b/Documentation/DocBook/genericirq.tmpl
@@ -182,7 +182,7 @@
<para>
Each interrupt is described by an interrupt descriptor structure
irq_desc. The interrupt is referenced by an 'unsigned int' numeric
- value which selects the corresponding interrupt decription structure
+ value which selects the corresponding interrupt description structure
in the descriptor structures array.
The descriptor structure contains status information and pointers
to the interrupt flow method and the interrupt chip structure
@@ -470,7 +470,7 @@ if (desc->irq_data.chip->irq_eoi)
<para>
To avoid copies of identical implementations of IRQ chips the
core provides a configurable generic interrupt chip
- implementation. Developers should check carefuly whether the
+ implementation. Developers should check carefully whether the
generic chip fits their needs before implementing the same
functionality slightly differently themselves.
</para>