Skip to content

Commit c985522

Browse files
committed
one more typo in a comment
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent cfa650a commit c985522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/kubelet-plugin-prestart.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ _driver_root_path="/driver-root-parent/$(basename "${NVIDIA_DRIVER_ROOT%/}")"
1616

1717
# Create in-container path /driver-root as a symlink. Expectation: link may be
1818
# broken initially (e.g., if the GPU operator isn't deployed yet. The link heals
19-
# the driver becomes mounted (e.g., once GPU operator provides the driver on the
20-
# host at /run/nvidia/driver).
19+
# once the driver becomes mounted (e.g., once GPU operator provides the driver
20+
# on the host at /run/nvidia/driver).
2121
echo "create symlink: /driver-root -> ${_driver_root_path}"
2222
ln -s "${_driver_root_path}" /driver-root
2323

0 commit comments

Comments
 (0)