aboutsummaryrefslogtreecommitdiff
path: root/include/cpu_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cpu_func.h')
-rw-r--r--include/cpu_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cpu_func.h b/include/cpu_func.h
index 23cd5ec..45e8a0a 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);