summaryrefslogtreecommitdiffstats
path: root/include/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fcntl.h')
-rw-r--r--include/fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fcntl.h b/include/fcntl.h
index ca62df0278..aed741e584 100644
--- a/include/fcntl.h
+++ b/include/fcntl.h
@@ -16,7 +16,7 @@
#define O_DIRECTORY 00200000 /* must be a directory */
#define O_NOFOLLOW 00400000 /* don't follow links */
-/* U-Boot additional flags */
+/* barebox additional flags */
#define O_RWSIZE_MASK 00000070
#define O_RWSIZE_SHIFT 3
#define O_RWSIZE_1 00000010