Skip to content

Commit

Permalink
Merge pull request #4370 from medyagh/smalltypo
Browse files Browse the repository at this point in the history
fix func name in comment
  • Loading branch information
sharifelgamal authored May 29, 2019
2 parents 56ec0ae + 09a1cc5 commit b64f62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func ensureSyncedGuestClock(h hostRunner) error {
return nil
}

// systemClockDelta returns the approximate difference between the host and guest system clock
// guestClockDelta returns the approximate difference between the host and guest system clock
// NOTE: This does not currently take into account ssh latency.
func guestClockDelta(h hostRunner, local time.Time) (time.Duration, error) {
out, err := h.RunSSHCommand("date +%s.%N")
Expand Down

0 comments on commit b64f62c

Please # to comment.