diff options
author | Eliot Blennerhassett | 2011-07-22 15:52:50 +1200 |
---|---|---|
committer | Takashi Iwai | 2011-07-22 07:51:41 +0200 |
commit | 938c565a821706177d810dc08f9e1506d7429760 (patch) | |
tree | fe91f527ca50f20f58bd23caa387048525cd8ce5 /sound/pci/asihpi/hpi_internal.h | |
parent | 4bf8cff05a4461d24b36d9942a077504a3461732 (diff) |
ALSA: asihpi - Fix minor typos and spelling
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/asihpi/hpi_internal.h')
-rw-r--r-- | sound/pci/asihpi/hpi_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/asihpi/hpi_internal.h b/sound/pci/asihpi/hpi_internal.h index 332fb59ac789..93d2908d957a 100644 --- a/sound/pci/asihpi/hpi_internal.h +++ b/sound/pci/asihpi/hpi_internal.h @@ -602,7 +602,7 @@ struct hpi_data_compat32 { #endif struct hpi_buffer { - /** placehoder for backward compatibility (see dwBufferSize) */ + /** placeholder for backward compatibility (see dwBufferSize) */ struct hpi_msg_format reserved; u32 command; /**< HPI_BUFFER_CMD_xxx*/ u32 pci_address; /**< PCI physical address of buffer for DSP DMA */ |