]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: mvebu: a38x: Fix comment typo
authorNaoki Hayama <naoki.hayama@lineo.co.jp>
Mon, 12 Oct 2020 09:35:55 +0000 (18:35 +0900)
committerTom Rini <trini@konsulko.com>
Thu, 22 Oct 2020 15:26:14 +0000 (11:26 -0400)
%s/occured/occurred/

Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/ddr/marvell/a38x/ddr_ml_wrapper.h

index 5bf323992117ed137f7af48e7faed9ec51f7a25e..ac9250f74ed8986a3ee2ec10767e84637c1f0cee 100644 (file)
 #define MV_NO_RESOURCE (0x13)  /* Resource not available (memory ...)   */
 #define MV_FULL                (0x14)  /* Item is full (Queue or table etc...)  */
 #define MV_EMPTY       (0x15)  /* Item is empty (Queue or table etc...) */
-#define MV_INIT_ERROR  (0x16)  /* Error occured while INIT process      */
+#define MV_INIT_ERROR  (0x16)  /* Error occurred while INIT process     */
 #define MV_HW_ERROR    (0x17)  /* Hardware error                        */
 #define MV_TX_ERROR    (0x18)  /* Transmit operation not succeeded      */
 #define MV_RX_ERROR    (0x19)  /* Recieve operation not succeeded       */