summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xattr/lib_build.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/xattr/lib_build.py b/xattr/lib_build.py
index f791881..a687cea 100644
--- a/xattr/lib_build.py
+++ b/xattr/lib_build.py
@@ -52,9 +52,7 @@ C_SRC = """
#define XATTR_REPLACE 0x2
/* Converts a freebsd format attribute list into a NULL terminated list.
- * While the man page on extattr_list_file says it is NULL terminated,
- * it is actually the first byte that is the length of the
- * following attribute.
+ * The first byte is the length of the following attribute.
*/
static void convert_bsd_list(char *namebuf, size_t size)
{