Changeset 417


Ignore:
Timestamp:
Jun 19, 2013, 1:33:04 PM (11 years ago)
Author:
porquet
Message:

tsar_boot: typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/src/exceptions.c

    r388 r417  
    1111void handle_except(int status, int cause, int epc)
    1212{
    13         boot_puts("boot (default) exeption handler called: \r\n    status ");
     13        boot_puts("tsar_boot (default) exception handler called: \r\n    status ");
    1414        boot_putx(status);
    1515        boot_puts("\r\n    cause  ");
    1616        boot_putx(cause);
    17         boot_puts(" (exeption ");
     17        boot_puts(" (exception ");
    1818        boot_putx((cause >> 2) & 0x1f);
    1919        boot_puts(")\r\n    epc    ");
Note: See TracChangeset for help on using the changeset viewer.