From 8888abce7d46c8b1eae389b0b4706df47dccf792 Mon Sep 17 00:00:00 2001 From: it512 Date: Fri, 12 Jan 2024 01:11:48 +0800 Subject: [PATCH] fix comment --- time.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/time.go b/time.go index 48b962b..01dd404 100644 --- a/time.go +++ b/time.go @@ -86,8 +86,8 @@ func clockSequence() int { return int(clockSeq & 0x3fff) } -// SetClockSequence sets the clock sequence to the lower 14 bits of seq -// Setting to -1 causes a new sequence to be generated. +// SetClockSequence sets the clock sequence to the lower 14 bits of seq. Setting to +// -1 causes a new sequence to be generated. func SetClockSequence(seq int) { defer timeMu.Unlock() timeMu.Lock()