diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-03-18 19:26:13 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-19 11:00:58 +0100 |
commit | b7a5633ab39105b47b341249824f9387a002cea9 (patch) | |
tree | 372372d69116b65fa0893d9dddbd3e45f092aa17 | |
parent | ab5097b11f6fcb587b65cd08bd7241661ade77db (diff) | |
download | linux-b7a5633ab39105b47b341249824f9387a002cea9.tar.gz linux-b7a5633ab39105b47b341249824f9387a002cea9.tar.bz2 linux-b7a5633ab39105b47b341249824f9387a002cea9.zip |
fix comment typo in sound/pci/hda/hda_local.h
I think this should be automatic pin instead of ping.
(but could be wrong).
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | sound/pci/hda/hda_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h index 7cee364976ff..7a97f126f6f7 100644 --- a/sound/pci/hda/hda_local.h +++ b/sound/pci/hda/hda_local.h @@ -361,7 +361,7 @@ struct hda_bus_unsolicited { }; /* - * Helper for automatic ping configuration + * Helper for automatic pin configuration */ enum { |