]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
timer: device_id: fix function comment
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 17 Nov 2020 06:44:48 +0000 (15:44 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Tue, 17 Nov 2020 13:24:41 +0000 (22:24 +0900)
Fixes: dcd983281ef8 ("timer: device_id: add accessor methods and constructors")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/timer/device-id.c

index 5eaf4837e22238fa8009d826e1e07deff56b6451..1f0dc43b35d82ed87c8afb96ff3dcbdcfce635e5 100644 (file)
@@ -23,7 +23,7 @@ G_DEFINE_BOXED_TYPE(ALSATimerDeviceId, alsatimer_device_id, timer_device_id_copy
 
 /**
  * alsatimer_device_id_new:
- * @class: The class of device, one of #ALSATImerClass.
+ * @class: The class of device, one of #ALSATimerClass.
  * @card_id: The numerical ID of relevant sound card.
  * @device_id: The numerical ID of relevant device.
  * @subdevice_id: The numerical ID of relevant subdevice.