Changeset 5480 for trunk/src


Ignore:
Timestamp:
Apr 4, 2001, 11:28:44 PM (24 years ago)
Author:
bird
Message:

Corrected typo in message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/dev16/d16init.c

    r5283 r5480  
    1 /* $Id: d16init.c,v 1.10 2001-03-02 12:48:41 bird Exp $
     1/* $Id: d16init.c,v 1.11 2001-04-04 21:28:44 bird Exp $
    22 *
    33 * d16init - init routines for both drivers.
     
    123123                {
    124124                    if (!options.fQuiet)
    125                         printf16("Win32k.sys succesfully initiated!\n");
     125                        printf16("Win32k.sys successfully initiated!\n");
    126126                    pRpOut->Status = pRpOut->rph.Status = STATUS_DONE;
    127127                }
     
    132132                    npszErrMsg = "Ring-0 initiation failed. rc=%x\n";
    133133                    if (rc >= ERROR_D32_FIRST && rc <= ERROR_D32_LAST)
    134                         npszErrMsg2 = 
     134                        npszErrMsg2 =
    135135                        GetErrorMsg(
    136                         data.usRcInit32 
    137                         + ERROR_PROB_SYM_D32_FIRST 
     136                        data.usRcInit32
     137                        + ERROR_PROB_SYM_D32_FIRST
    138138                        - ERROR_D32_FIRST
    139139                        );
Note: See TracChangeset for help on using the changeset viewer.