summaryrefslogtreecommitdiffstats
path: root/include/bzlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bzlib.h')
-rw-r--r--include/bzlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bzlib.h b/include/bzlib.h
index 2d864d56b7..4b0f820fed 100644
--- a/include/bzlib.h
+++ b/include/bzlib.h
@@ -66,10 +66,10 @@
#ifndef _BZLIB_H
#define _BZLIB_H
-/* Configure for U-Boot environment */
+/* Configure for barebox environment */
#define BZ_NO_STDIO
#define BZ_NO_COMPRESS
-/* End of configuration for U-Boot environment */
+/* End of configuration for barebox environment */
#ifdef __cplusplus
extern "C" {