VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/dll/vboxmrxp.cpp

    r31634 r33540  
    107107 Routine Description:
    108108
    109  This routine returns the capaboilities of the Null Mini redirector
     109 This routine returns the capabilities of the Null Mini redirector
    110110 network provider implementation
    111111
     
    188188 lpAuthenInfo  - the authentication Information
    189189
    190  lpPreviousAuthentInfoType - the previous aunthentication information type
     190 lpPreviousAuthentInfoType - the previous authentication information type
    191191
    192192 lpPreviousAuthentInfo - the previous authentication information
     
    234234 lpAuthenInfo  - the authentication Information
    235235
    236  lpPreviousAuthentInfoType - the previous aunthentication information type
     236 lpPreviousAuthentInfoType - the previous authentication information type
    237237
    238238 lpPreviousAuthentInfo - the previous authentication information
     
    13831383                    Status = SendToMiniRdr(IOCTL_MRX_VBOX_GETCONN, wzLocalName, 3 * sizeof(WCHAR), (PVOID)wzRemoteName, &CopyBytes);
    13841384
    1385                     // if something strange happended then just say there are no more entries
     1385                    // if something strange happened then just say there are no more entries
    13861386                    if (Status != WN_SUCCESS || CopyBytes == 0)
    13871387                    {
     
    14591459                    Status = SendToMiniRdr(IOCTL_MRX_VBOX_GETGLOBALCONN, &byConnectionList[i], sizeof(byConnectionList[i]), (PVOID)wzRemoteName, &CopyBytes);
    14601460
    1461                     // if something strange happended then just say there are no more entries
     1461                    // if something strange happened then just say there are no more entries
    14621462                    if (Status != WN_SUCCESS || CopyBytes == 0)
    14631463                    {
     
    16041604    Log(("VBOXNP: NPGetResourceParent: lpNetResource %p, lpBuffer %p, lpBufferSize %p\n",
    16051605         lpNetResource, lpBuffer, lpBufferSize));
    1606     /* Contruct a new NETRESOURCE which is syntactically a parent of lpNetResource,
     1606    /* Construct a new NETRESOURCE which is syntactically a parent of lpNetResource,
    16071607     * then call NPGetResourceInformation to actually fill the buffer.
    16081608     */
     
    19531953 dwInfoLevel  - the desired info level
    19541954
    1955  lpBuffer - the buffer for the univeral name
     1955 lpBuffer - the buffer for the universal name
    19561956
    19571957 lpBufferSize - the buffer size
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/fileinfo.c

    r31634 r33540  
    11151115            /*
    11161116             *  Note: We use the address of the FCB to determine the
    1117              *  index number of the file.  If we have to maintain persistance between
     1117             *  index number of the file.  If we have to maintain persistence between
    11181118             *  file opens for this request, then we might have to do something
    11191119             *  like checksuming the reserved fields on a FUNIQUE SMB response.
     
    12951295
    12961296            /* Note: We use the address of the FCB to determine the
    1297              index number of the file.  If we have to maintain persistance between
     1297             index number of the file.  If we have to maintain persistence between
    12981298             file opens for this request, then we might have to do something
    12991299             like checksuming the reserved fields on a FUNIQUE SMB response.
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/init.c

    r32808 r33540  
    529529
    530530    /* The FilePathName here looks like: \vboxsrv\... */
    531     if (PathNameLength >= 8 * sizeof (WCHAR)) /* Number of bytes in '\vboxsrv'unicode string. */
     531    if (PathNameLength >= 8 * sizeof (WCHAR)) /* Number of bytes in '\vboxsrv' unicode string. */
    532532    {
    533533        PrefixOK =  (FilePathName[0] == L'\\');
     
    814814
    815815    /* Set filter mask */
    816     if (vboxCtlGuestFilterMask (VMMDEV_EVENT_HGCM, 0)) /** @todo r=bird: Why are we doing this? And more importantely, why are we clearing it further down. We're not the only HGCM user, are we? */
     816    if (vboxCtlGuestFilterMask (VMMDEV_EVENT_HGCM, 0)) /** @todo r=bird: Why are we doing this? And more importantly, why are we clearing it further down. We're not the only HGCM user, are we? */
    817817    {
    818818        Log (("VBOXSF: DriverEntry: ERROR while setting guest event filter mask!\n"));
     
    11601160 Arguments:
    11611161
    1162  VBoxMRxInitState - tells how far we got into the intialization
     1162 VBoxMRxInitState - tells how far we got into the initialization
    11631163
    11641164 Return Value:
     
    13841384
    13851385    //
    1386     // Miscellanous
     1386    // Miscellaneous
    13871387    //
    13881388
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/netroot.c

    r31634 r33540  
    3737 Notes:
    3838
    39  By diffrentiating the mini redirector state from the net root condition it is possible
     39 By differentiating the mini redirector state from the net root condition it is possible
    4040 to permit a variety of reconnect strategies. It is conceivable that the RDBSS considers
    4141 a net root to be good while the underlying mini redirector might mark it as invalid
     
    204204    // NET_ROOT is NULL. Since the construction of NET_ROOT's/V_NET_ROOT's are serialized
    205205    // by the wrapper this is a safe check.
    206     // ( The wrapper cannot have more then one thread tryingto initialize the same
     206    // ( The wrapper cannot have more then one thread trying to initialize the same
    207207    // NET_ROOT).
    208208    //
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/notimpl.c

    r31634 r33540  
    1818
    1919//
    20 // File System Control funcitonality
     20// File System Control functionality
    2121//
    2222
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/srvcall.c

    r31634 r33540  
    212212 pSrvCall               - the Server Call
    213213
    214  ThisMinirdrIsTheWinner - TRUE if this mini rdr is the choosen one.
     214 ThisMinirdrIsTheWinner - TRUE if this mini rdr is the chosen one.
    215215
    216216 pSrvCallContext  - the server call context created by the mini redirector.
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