diff mbox series

ALSA: hda: Fix a typo in comments

Message ID 20200108153430.31456-1-tiwai@suse.de (mailing list archive)
State New, archived
Headers show
Series ALSA: hda: Fix a typo in comments | expand

Commit Message

Takashi Iwai Jan. 8, 2020, 3:34 p.m. UTC
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/hda/hdac_regmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/hda/hdac_regmap.c b/sound/hda/hdac_regmap.c
index 286361ecd640..0c8188a48a00 100644
--- a/sound/hda/hdac_regmap.c
+++ b/sound/hda/hdac_regmap.c
@@ -508,7 +508,7 @@  int snd_hdac_regmap_read_raw_uncached(struct hdac_device *codec,
  * snd_hdac_regmap_update_raw - update a pseudo register with power mgmt
  * @codec: the codec object
  * @reg: pseudo register
- * @mask: bit mask to udpate
+ * @mask: bit mask to update
  * @val: value to update
  *
  * Returns zero if successful or a negative error code.