VirtualBox

Changeset 20961 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Jun 26, 2009 8:45:18 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49150
Message:

fixed typo, it means occurred, not occured

Location:
trunk/src/VBox/Additions/WINNT
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/screen.c

    r20653 r20961  
    887887*
    888888* returns the number of entries in the videomode buffer.
    889 * 0 means no modes are supported by the miniport or that an error occured.
     889* 0 means no modes are supported by the miniport or that an error occurred.
    890890*
    891891* NOTE: the buffer must be freed up by the caller.
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/WinWlx.h

    r1 r20961  
    7777//
    7878//      SCRNSVR_ACTIVITY - used to indicate that keyboard or mouse
    79 //          activity occured while a secure screensaver was active.
     79//          activity occurred while a secure screensaver was active.
    8080//
    8181//      SC_INSERT - used to indicate that a smart card has been inserted
  • trunk/src/VBox/Additions/WINNT/i8042prt/include/mce.h

    r1 r20961  
    289289    ERROR_RECORD_VALID Valid;             //  11: Validation bits
    290290    ULONG              Length;            //  12: Length of this record in bytes, including the header
    291     ERROR_TIMESTAMP    TimeStamp;         //  16: Timestamp recorded when event occured
     291    ERROR_TIMESTAMP    TimeStamp;         //  16: Timestamp recorded when event occurred
    292292    UCHAR              OemPlatformId[16]; //  24: Unique platform identifier. OEM defined.
    293293} ERROR_RECORD_HEADER, *PERROR_RECORD_HEADER;
     
    498498        ULONGLONG Internal:1;              //       5   : Internal bus error
    499499        ULONGLONG External:1;              //       6   : External bus error
    500         ULONGLONG CacheTransfer:1;         //       7   : Error occured in Cache to Cache Transfer
     500        ULONGLONG CacheTransfer:1;         //       7   : Error occurred in Cache to Cache Transfer
    501501        ULONGLONG Type:8;                  //       8-15: Transaction type
    502502        ULONGLONG Severity:5;              //      16-20: Error severity - platform specific
  • trunk/src/VBox/Additions/WINNT/i8042prt/include/ntiologc.h

    r1 r20961  
    531531//  A valid crash dump was found in the paging file while trying to configure
    532532//  a direct dump. Direct dump is disabled! This occurs when the direct dump
    533 //  option is set in the registry but a stop error occured before configuration
     533//  option is set in the registry but a stop error occurred before configuration
    534534//  completed
    535535//
  • trunk/src/VBox/Additions/WINNT/i8042prt/kbddep.c

    r1 r20961  
    560560                                deviceExtension->DumpFlags = 0;
    561561                                KeBugCheckEx(0x0000FFFF,0,0,0,0);
    562                                                   // make occured blue screen
     562                                                  // make occurred blue screen
    563563                            }
    564564                    }
  • trunk/src/VBox/Additions/WINNT/i8042prt/moudep.c

    r13837 r20961  
    19231923        //
    19241924        // If the read timed out, stall and retry.
    1925         // If some other error occured handle it outside the loop
     1925        // If some other error occurred handle it outside the loop
    19261926        //
    19271927
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette