cephfs: fix a typo in the ListXattr doc comment

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-07-31 10:59:52 -04:00 committed by John Mulligan
parent f020a3ffac
commit 4a58616b96
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ func (f *File) GetXattr(name string) ([]byte, error) {
}
// ListXattr returns a slice containing strings for the name of each xattr set
// on the fie.
// on the file.
//
// Implements:
// int ceph_flistxattr(struct ceph_mount_info *cmount, int fd, char *list, size_t size);