From 92b7810e1215e31abd00c8734865030072ea18f7 Mon Sep 17 00:00:00 2001 From: Zhou Peng Date: Thu, 2 Aug 2018 16:11:02 +0800 Subject: [PATCH] pkg/volume/cephfs: fix doc typo, nfs -> cephfs --- pkg/volume/cephfs/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/cephfs/doc.go b/pkg/volume/cephfs/doc.go index 3c0ad06c198..f5dec711d28 100644 --- a/pkg/volume/cephfs/doc.go +++ b/pkg/volume/cephfs/doc.go @@ -14,6 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package nfs contains the internal representation of Ceph file system +// Package cephfs contains the internal representation of Ceph file system // (CephFS) volumes. package cephfs // import "k8s.io/kubernetes/pkg/volume/cephfs"