Browse Source

ASoC: dt: Fix typo

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
Andrea Gelmini 9 years ago
parent
commit
add3873ebd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/sound/alsa/soc/machine.txt

+ 1 - 1
Documentation/sound/alsa/soc/machine.txt

@@ -3,7 +3,7 @@ ASoC Machine Driver
 
 
 The ASoC machine (or board) driver is the code that glues together all the
 The ASoC machine (or board) driver is the code that glues together all the
 component drivers (e.g. codecs, platforms and DAIs). It also describes the
 component drivers (e.g. codecs, platforms and DAIs). It also describes the
-relationships between each componnent which include audio paths, GPIOs,
+relationships between each component which include audio paths, GPIOs,
 interrupts, clocking, jacks and voltage regulators.
 interrupts, clocking, jacks and voltage regulators.
 
 
 The machine driver can contain codec and platform specific code. It registers
 The machine driver can contain codec and platform specific code. It registers