VirtualBox

Changeset 3437 in vbox for trunk/src/libs/xpcom18a4


Ignore:
Timestamp:
Jul 5, 2007 9:00:06 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22647
Message:

Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcdUnix.cpp

    r2404 r3437  
    109109    memcpy(lockFile + dirLen + 1, lockName, sizeof(lockName));
    110110
    111     // 
     111    //
    112112    // open lock file.  it remains open until we shutdown.
    113113    //
     
    290290    ipcPollList[0].fd = listenFD;
    291291    ipcPollList[0].in_flags = PR_POLL_EXCEPT | PR_POLL_READ;
    292    
     292
    293293    while (1) {
    294294        PRInt32 rv;
     
    434434        LOG(("InitDaemonDir failed\n"));
    435435#ifdef VBOX
    436         printf("Cannot create/open directoy '%s'\n", addr.local.path);
     436        printf("Cannot create/open directory '%s'\n", addr.local.path);
    437437#endif
    438438        goto end;
     
    487487    // otherwise, a client might launch another daemon that would be unable
    488488    // to acquire the lock and would then leave the client without a daemon.
    489  
     489
    490490#ifdef VBOX
    491491    if (successLevel >= Directory)
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