diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-04-20 11:43:00 (GMT) |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 08:04:50 (GMT) |
commit | c31329257522bf66df56e279e20df6fc7abd1ea7 (patch) | |
tree | f0e18361a4b5b5ad6c68fa0576348136899f765a | |
parent | 230cd5e24853ed4dd960461989b8ed0986d37a99 (diff) | |
download | linux-c31329257522bf66df56e279e20df6fc7abd1ea7.tar.xz |
[ALSA] Fix a typo in comments
HDA generic driver
Fix a typo in comments.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/hda_generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_generic.c b/sound/pci/hda/hda_generic.c index c233e7f..bfbeff2 100644 --- a/sound/pci/hda/hda_generic.c +++ b/sound/pci/hda/hda_generic.c @@ -44,7 +44,7 @@ struct hda_gnode { struct list_head list; }; -/* pathc-specific record */ +/* patch-specific record */ struct hda_gspec { struct hda_gnode *dac_node; /* DAC node */ struct hda_gnode *out_pin_node; /* Output pin (Line-Out) node */ |