VirtualBox

Ignore:
Timestamp:
Aug 12, 2020 4:09:12 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139865
Message:

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Application/Shell/ConsoleLogger.c

    r80721 r85718  
    311311
    312312        //
    313         // Find the first char with a different arrribute and make that temporarily NULL
     313        // Find the first char with a different attribute and make that temporarily NULL
    314314        // so we can do fewer printout statements.  (later) restore that one and we will
    315         // start at that collumn on the next loop.
     315        // start at that column on the next loop.
    316316        //
    317317        StringSegmentEndChar = CHAR_NULL;
     
    396396
    397397/**
    398   Reset the text output device hardware and optionaly run diagnostics
     398  Reset the text output device hardware and optionally run diagnostics
    399399
    400400  @param  This                pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL
     
    724724
    725725      //
    726       // restore the temp NULL terminator to it's original character
     726      // restore the temp NULL terminator to its original character
    727727      //
    728728      *((CHAR16*)(Walker+1)) = TempChar;
     
    771771
    772772        //
    773         // restore the temp NULL terminator to it's original character
     773        // restore the temp NULL terminator to its original character
    774774        //
    775775        *((CHAR16*)(Walker+1)) = TempChar;
     
    11901190  @param[in] ConsoleInfo  The pointer to the instance of the console logger information.
    11911191
    1192   This will be used when a mode has changed or a reset ocurred to verify all
     1192  This will be used when a mode has changed or a reset occurred to verify all
    11931193  history buffers.
    11941194**/
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