pkg/volume/cephfs: fix doc typo, nfs -> cephfs

This commit is contained in:
Zhou Peng
2018-08-02 16:11:02 +08:00
committed by GitHub
parent 23111ad414
commit 92b7810e12

View File

@@ -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"