mirror of
https://github.com/ceph/go-ceph
synced 2025-01-30 18:13:17 +00:00
cephfs: fix a typo in the ListXattr doc comment
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
f020a3ffac
commit
4a58616b96
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user