Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
it512 committed Jan 11, 2024
1 parent 314e206 commit 8888abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions time.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8888abc

Please # to comment.