From 5f686fa4e2a6eb2d35036586d0a324a800b60014 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 16 Nov 2015 00:31:19 +0100 Subject: m fix humanmode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/slibc-human.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/slibc-human.h b/include/slibc-human.h index ab89036..dbb0a98 100644 --- a/include/slibc-human.h +++ b/include/slibc-human.h @@ -42,19 +42,19 @@ enum humanmode_mode * Return in the format where 0750 * resolves to 'rwxr-x---'. * - * If used in combination with `MACHINEMODE_MASK`, + * If used in combination with `HUMANMODE_MASK`, * 0750 resolves to 'u=rwx,g=r-x,o=---'. */ - MACHINEMODE_STAT = 1, + HUMANMODE_STAT = 1, /** * Return in the format where 0750 * resolves to 'u=rwx,g=rx,o='. * - * If used in combination with `MACHINEMODE_STAT`, + * If used in combination with `HUMANMODE_STAT`, * 0750 resolves to 'u=rwx,g=r-x,o=---'. */ - MACHINEMODE_MASK = 2, + HUMANMODE_MASK = 2, }; -- cgit v1.2.3-70-g09d2