VirtualBox

Changeset 55124 in vbox for trunk


Ignore:
Timestamp:
Apr 8, 2015 9:45:01 AM (10 years ago)
Author:
vboxsync
Message:

s/targetting/targeting/

Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.vbs

    r42606 r55124  
    14471447   if strPathMingW32 = "" then
    14481448      if g_strTargetArch = "amd64" then
    1449          MsgWarning "Can't locate a suitable MinGW32 installation, ignoring since we're targetting AMD64 and won't need it."
     1449         MsgWarning "Can't locate a suitable MinGW32 installation, ignoring since we're targeting AMD64 and won't need it."
    14501450      elseif strOptMinGW32 = "" then
    14511451         MsgError "Can't locate a suitable MinGW32 installation. Try specify the path with " _
     
    15841584   if strPathMinGWw64 = "" then
    15851585      if g_strTargetArch = "x86" then
    1586          MsgWarning "Can't locate a suitable MinGW-w64 installation, ignoring since we're targetting x86 and won't need it."
     1586         MsgWarning "Can't locate a suitable MinGW-w64 installation, ignoring since we're targeting x86 and won't need it."
    15871587      elseif strOptMinGWw64 = "" then
    15881588         MsgError "Can't locate a suitable MinGW-w64 installation. Try specify the path with " _
  • trunk/include/VBox/err.h

    r55118 r55124  
    24892489/** Process Verficiation Failure: An image has too many sections. */
    24902490#define VERR_SUP_VP_TOO_MANY_SECTIONS                (-5646)
    2491 /** Process Verficiation Failure: An image is targetting an unexpected
     2491/** Process Verficiation Failure: An image is targeting an unexpected
    24922492 *  machine/CPU. */
    24932493#define VERR_SUP_VP_UNEXPECTED_IMAGE_MACHINE         (-5647)
  • trunk/include/iprt/cdefs.h

    r55071 r55124  
    321321
    322322/** @def RT_OPSYS
    323  * Indicates which OS we're targetting. It's a \#define with is
     323 * Indicates which OS we're targeting. It's a \#define with is
    324324 * assigned one of the RT_OPSYS_XXX defines above.
    325325 *
  • trunk/include/iprt/nt/nt.h

    r54998 r55124  
    223223/** @name Useful macros
    224224 * @{ */
    225 /** Indicates that we're targetting native NT in the current source. */
     225/** Indicates that we're targeting native NT in the current source. */
    226226#define RTNT_USE_NATIVE_NT              1
    227227/** Initializes a IO_STATUS_BLOCK. */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk

    r53296 r55124  
    2222# VBoxDisp - Windows Guest Additions XPDM Display Driver
    2323#
    24 # Note. This has to run on NT4! (*_NT4 => *_W2K3 when targetting 64-bit.)
     24# Note. This has to run on NT4! (*_NT4 => *_W2K3 when targeting 64-bit.)
    2525#
    2626SYSMODS += VBoxDisp
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk

    r53624 r55124  
    2222# VBoxVideo - Windows Guest Additions XPDM Miniport Video Driver
    2323#
    24 # Note. This has to run on NT4! (*_NT4 => *_W2K3 when targetting 64-bit.)
     24# Note. This has to run on NT4! (*_NT4 => *_W2K3 when targeting 64-bit.)
    2525#
    2626SYSMODS += VBoxVideo
  • trunk/src/VBox/ValidationKit/bootsectors/bootsector2-first.mac

    r52776 r55124  
    2929
    3030;
    31 ; Undefine thing that shouldn't be defined if we're targetting the
     31; Undefine thing that shouldn't be defined if we're targeting the
    3232; binary format directly. These macros comes from DEFS in Config.kmk.
    3333;
Note: See TracChangeset for help on using the changeset viewer.

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