From: Takashi Iwai Date: Wed, 20 Apr 2005 11:43:00 +0000 (+0200) Subject: [ALSA] Fix a typo in comments X-Git-Tag: v2.6.13-rc1~68^2~678 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c31329257522bf66df56e279e20df6fc7abd1ea7;p=karo-tx-linux.git [ALSA] Fix a typo in comments HDA generic driver Fix a typo in comments. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/hda_generic.c b/sound/pci/hda/hda_generic.c index c233e7f1a74a..bfbeff2e0d0c 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 */