comment: typo

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2022-04-23 13:44:57 -04:00
parent 79927ba184
commit 555e4c9e5f
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 1 additions and 1 deletions

View File

@ -90,5 +90,5 @@ func TestXattrUpdate(t *testing.T) {
}
// TODO make a test for xattr here. Likely in the user space for privileges. Even still this may be prone to error for some tmpfs don't act right with xattrs. :-\
// I'd hate to have to t.Skip() a test rather than fail alltogether.
// I'd hate to have to t.Skip() a test rather than fail altogether.
}