diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-01-14 20:12:54 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-14 20:12:54 -0500 |
commit | 3235798804ee75f09d45aee5003197930de57689 (patch) | |
tree | 1f4612f8af6cc638736661c0899e58fb20e650e2 /Documentation/sound | |
parent | fad6a94ee6b33ca5e6184e8b08634a6a2319d0cb (diff) |
Fix "stuct", "strut", "struc" typos
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl b/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl index 4963d83d1511..e651ed8d1e6f 100644 --- a/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl +++ b/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl | |||
@@ -5577,7 +5577,7 @@ struct _snd_pcm_runtime { | |||
5577 | <informalexample> | 5577 | <informalexample> |
5578 | <programlisting> | 5578 | <programlisting> |
5579 | <![CDATA[ | 5579 | <![CDATA[ |
5580 | static int mychip_suspend(strut pci_dev *pci, pm_message_t state) | 5580 | static int mychip_suspend(struct pci_dev *pci, pm_message_t state) |
5581 | { | 5581 | { |
5582 | /* (1) */ | 5582 | /* (1) */ |
5583 | struct snd_card *card = pci_get_drvdata(pci); | 5583 | struct snd_card *card = pci_get_drvdata(pci); |