for (i = 0; i < max_len; i++) {
uint8_t c = src[i];
/*
- * A codepoint that must be escaped but isn't tells us that
+ * A double‐byte that must be escaped but isn't tells us that
* the attribute name has ended.
*
* The exception is '%', which must also be escaped
/*
* This is imprecise; the limit for the whole ACL is 64k.
* However there could be many escapes in the SDDL name which
- * would reduce down to single utf16 codepoints in the
+ * would reduce down to single utf16 code units in the
* compiled string.
*/
comp_error(comp, "attribute is way too long (%zu)", i);