common: Move relocate_code() to init.h
[oweals/u-boot.git] / arch / nds32 / cpu / n1213 / start.S
index 691888157fb1b9db41dab6ec62cd298770bd22a0..386c1998dcefde018a693ad87795ac27fdef9e78 100644 (file)
@@ -223,7 +223,7 @@ call_board_init_f:
        j       board_init_f            ! jump to board_init_f() in lib/board.c
 
 /*
- * void relocate_code (addr_sp, gd, addr_moni)
+ * void relocate_code(addr_sp, gd, addr_moni)
  *
  * This "function" does not return, instead it continues in RAM
  * after relocating the monitor code.