aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/pborman/uuid/time.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pborman/uuid/time.go')
-rw-r--r--vendor/github.com/pborman/uuid/time.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/pborman/uuid/time.go b/vendor/github.com/pborman/uuid/time.go
index 5c0960d..7286824 100644
--- a/vendor/github.com/pborman/uuid/time.go
+++ b/vendor/github.com/pborman/uuid/time.go
@@ -29,7 +29,7 @@ func GetTime() (Time, uint16, error) { return guuid.GetTime() }
// for
func ClockSequence() int { return guuid.ClockSequence() }
-// SetClockSeq sets the clock sequence to the lower 14 bits of seq. Setting to
+// 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) { guuid.SetClockSequence(seq) }