[ALSA] Fix a typo in comments
authorTakashi Iwai <tiwai@suse.de>
Wed, 20 Apr 2005 11:43:00 +0000 (13:43 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sun, 29 May 2005 08:04:50 +0000 (10:04 +0200)
HDA generic driver
Fix a typo in comments.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_generic.c

index c233e7f..bfbeff2 100644 (file)
@@ -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 */