diff options
Diffstat (limited to 'include/cpu_func.h')
-rw-r--r-- | include/cpu_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cpu_func.h b/include/cpu_func.h index 23cd5eca39..45e8a0a057 100644 --- a/include/cpu_func.h +++ b/include/cpu_func.h @@ -45,7 +45,7 @@ int is_core_valid(unsigned int core); * This is used on PowerPC, SH and X86 machines as a CPU init mechanism. It is * called during the pre-relocation init sequence in board_init_f(). * - * @return 0 if oK, -ve on error + * Return: 0 if oK, -ve on error */ int checkcpu(void); |