Skip to content

Commit c3bd2b6

Browse files
committed
fix: go doc comment
Signed-off-by: hlts2 <[email protected]>
1 parent d954c01 commit c3bd2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/watcher/options.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func WithRebootTimeWindowMinutes(s string) Option {
5656
}
5757
}
5858

59-
// WithDesiredGPUCount returns Option to set reboot time window.
59+
// WithDesiredGPUCount returns Option to set desired GPU count .
6060
func WithDesiredGPUCount(s string) Option {
6161
return func(w *watcher) {
6262
n, err := strconv.Atoi(s)

0 commit comments

Comments
 (0)