aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-06-26 22:09:32 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-06-26 22:09:32 +0900
commit841f49cc7b425a4120f29dc770246ea90865464f (patch)
tree88a60aa18b0aab186662d089494fd30566db8fc4
parent915ef588070d8f57a68f00244bba43fa77beee9f (diff)
downloadlibhinoko-841f49cc7b425a4120f29dc770246ea90865464f.tar.gz
cycle_timer: refine function comment
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/cycle_timer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cycle_timer.c b/src/cycle_timer.c
index b50f023..03e6cd1 100644
--- a/src/cycle_timer.c
+++ b/src/cycle_timer.c
@@ -3,10 +3,10 @@
/**
* HinokoCycleTimer:
- * A boxed object to represent data for cycle timer.
+ * A boxed object to express data of cycle timer.
*
- * A [struct@CycleTimer] is an boxed object to represent the value of cycle timer and timestamp
- * referring to clock_id.
+ * A [struct@CycleTimer] expresses the value of cycle timer of 1394 OHCI and timestamp referring
+ * to clock_id.
*/
HinokoCycleTimer *hinoko_cycle_timer_copy(const HinokoCycleTimer *self)
{
@@ -41,7 +41,7 @@ HinokoCycleTimer *hinoko_cycle_timer_new()
* @tv_sec: (out): The second part of timestamp.
* @tv_nsec: (out): The nanosecond part of timestamp.
*
- * Get timestamp with enough sizee of strorage. The timestamp refers to clock_id available by
+ * Get timestamp with enough size of strorage. The timestamp refers to clock_id available by
* [method@CycleTimer.get_clock_id].
*/
void hinoko_cycle_timer_get_timestamp(HinokoCycleTimer *self, gint64 *tv_sec,