Commit 50b104b8 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #42313 from timchenxiaoyu/completelytypo

Automatic merge from submit-queue fix completely typo
parents 19b8be8b c1851649
...@@ -97,7 +97,7 @@ import ( ...@@ -97,7 +97,7 @@ import (
// //
// The binding is two-step process. PV.Spec.ClaimRef is modified first and // The binding is two-step process. PV.Spec.ClaimRef is modified first and
// PVC.Spec.VolumeName second. At any point of this transaction, the PV or PVC // PVC.Spec.VolumeName second. At any point of this transaction, the PV or PVC
// can be modified by user or other controller or completelly deleted. Also, // can be modified by user or other controller or completely deleted. Also,
// two (or more) controllers may try to bind different volumes to different // two (or more) controllers may try to bind different volumes to different
// claims at the same time. The controller must recover from any conflicts // claims at the same time. The controller must recover from any conflicts
// that may arise from these conditions. // that may arise from these conditions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment