diff options
Diffstat (limited to 'include/compiler.h')
-rw-r--r-- | include/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/compiler.h b/include/compiler.h index 8cf11792e24..ef7b2cb1f7e 100644 --- a/include/compiler.h +++ b/include/compiler.h @@ -157,7 +157,7 @@ typedef unsigned long int uintptr_t; /** * tools_build() - check if we are building host tools * - * @return true if building for the host, false if for a target + * Return: true if building for the host, false if for a target */ static inline bool tools_build(void) { |