Ignore:
Timestamp:
Nov 21, 2004, 11:14:36 PM (21 years ago)
Author:
pr
Message:

Fix spelling errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/except.c

    r229 r264  
    5353 +              CATCH(excptid)
    5454 +              {
    55  +                  ....        // exception occured: react here
     55 +                  ....        // exception occurred: react here
    5656 +              } END_CATCH();  // always needed!
    5757 +          } // end of your_func
     
    140140 +
    141141 +              if (fSemOwned)
    142  +                  // this gets executed always, even if an exception occured
     142 +                  // this gets executed always, even if an exception occurred
    143143 +                  DosReleaseMutexSem(hmtx);
    144144 +          } // end of your_func
     
    720720            // *** instruction
    721721
    722             fprintf(file, "Instruction pointer (where exception occured):\n    CS:EIP = %04lX:%08lX  ",
     722            fprintf(file, "Instruction pointer (where exception occurred):\n    CS:EIP = %04lX:%08lX  ",
    723723                    pContextRec->ctx_SegCs,
    724724                    pContextRec->ctx_RegEip);
Note: See TracChangeset for help on using the changeset viewer.