aboutsummaryrefslogtreecommitdiffstats
path: root/liberror-libc.h
diff options
context:
space:
mode:
Diffstat (limited to 'liberror-libc.h')
-rw-r--r--liberror-libc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/liberror-libc.h b/liberror-libc.h
index 7b99d93..7726d69 100644
--- a/liberror-libc.h
+++ b/liberror-libc.h
@@ -18,9 +18,9 @@
#define _LIBERROR_CONST _LIBERROR_GCC_ONLY(__attribute__((__const__)))
-#define LIBERROR_LIBC_ERRROR_SHORT_READ -1
-#define LIBERROR_LIBC_ERRROR_SHORT_SEEK -2
-#define LIBERROR_LIBC_ERRROR_SHORT_WRITE -3
+#define LIBERROR_LIBC_ERROR_SHORT_READ -1
+#define LIBERROR_LIBC_ERROR_SHORT_SEEK -2
+#define LIBERROR_LIBC_ERROR_SHORT_WRITE -3
typedef int64_t _liberror_off_t;