From f1144b6c952937f022ed389310f9ffd8d1bc38f7 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 17 Nov 2020 15:44:48 +0900 Subject: [PATCH] timer: device_id: fix function comment Fixes: dcd983281ef8 ("timer: device_id: add accessor methods and constructors") Signed-off-by: Takashi Sakamoto --- src/timer/device-id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timer/device-id.c b/src/timer/device-id.c index 5eaf483..1f0dc43 100644 --- a/src/timer/device-id.c +++ b/src/timer/device-id.c @@ -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. -- 2.47.3