Fix typos

Copyright-paperwork-exempt: Yes
This commit is contained in:
Tobias Stoeckmann
2025-05-12 11:23:21 +03:00
committed by Sergey Poznyakoff
parent e36d3354c7
commit 65228e9ba9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ int lsetxattrat (int dir_fd, const char *path, const char *name,
const void *value, size_t size, int flags);
/* dir-fd-relative getxattr. Operation gets the VALUE of the extended
attribute idenfified by NAME and associated with the given PATH in the
attribute identified by NAME and associated with the given PATH in the
filesystem relatively to directory identified by DIR_FD. For more info
about all parameters see the getxattr(2) manpage. */
ssize_t getxattrat (int dir_fd, const char *path, const char *name,