diff options
author | Vagrant Cascadian | 2016-04-30 19:18:00 -0700 |
---|---|---|
committer | Tom Rini | 2016-05-02 18:37:09 -0400 |
commit | eae4b2b67bc8c68e2440616a447ca6c6898ad188 (patch) | |
tree | ae51716b64a81b720d9513c5e33262c0d0a88e57 /board/mpl | |
parent | 09c2b8f3e39925e5bdff12cb90add09bc9e117d4 (diff) |
Fix spelling of "occurred".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/mpl')
-rw-r--r-- | board/mpl/pip405/pip405.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpl/pip405/pip405.c b/board/mpl/pip405/pip405.c index 7c7690ff555..1bd2fbfc585 100644 --- a/board/mpl/pip405/pip405.c +++ b/board/mpl/pip405/pip405.c @@ -777,7 +777,7 @@ void print_pip405_info (void) ((sysman & 0x10) == 0x10) ? "" : "not "); printf ("INIT asserts %sINT1# (NMI)\n", ((sysman & 0x20) == 0x20) ? "" : "not "); - printf ("INIT occured %d\n", (sysman >> 6) & 0x1); + printf ("INIT occurred %d\n", (sysman >> 6) & 0x1); printf ("SER1 is routed to %s\n", ((flashcom & 0x1) == 0x1) ? "RS485" : "RS232"); printf ("COM2 is routed to %s\n", |