summaryrefslogtreecommitdiff
path: root/xattr
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-27 15:19:08 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-27 15:19:08 -0700
commit003419e4805c3768ce6f6fc88cd33758cfcea07a (patch)
treeeefabd5a3fad0120dbc64c61dac600f7acbb0ca6 /xattr
parentdd10d44e3eb9a1d2303c1f7d5126c099d56e97fc (diff)
downloadxattr-003419e4805c3768ce6f6fc88cd33758cfcea07a.tar.gz
Fixed a typo in a comment
Diffstat (limited to 'xattr')
-rw-r--r--xattr/lib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xattr/lib.py b/xattr/lib.py
index 52b48ed..10362e5 100644
--- a/xattr/lib.py
+++ b/xattr/lib.py
@@ -101,7 +101,7 @@ static ssize_t xattr_setxattr(const char *path, const char *name,
if (options == XATTR_XATTR_CREATE ||
options == XATTR_XATTR_REPLACE) {
- /* meh. FreeBSD doesn't really have this in it's
+ /* meh. FreeBSD doesn't really have this in its
* API... Oh well.
*/
}