Changeset 76c8209 in mainline


Ignore:
Timestamp:
2020-01-09T01:04:57Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
7fa8589
Parents:
88ad75f
git-author:
Matthieu Riolo <matthieu.riolo@…> (2020-01-05 19:47:53)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-01-09 01:04:57)
Message:

correcting typos

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/sysipc.c

    r88ad75f r76c8209  
    607607/** Forward a received call to another destination - slow version.
    608608 *
    609  * This function is the slow verision of the sys_ipc_forward_fast interface.
     609 * This function is the slow version of the sys_ipc_forward_fast interface.
    610610 * It can copy all five new arguments and the new interface and method from
    611611 * the userspace. It naturally extends the functionality of the fast version.
  • uspace/lib/c/include/ipc/common.h

    r88ad75f r76c8209  
    4444
    4545/**
    46  * IPC_FLAG_AUTOSTART_ is for use in brokers only. In clinet code use
     46 * IPC_FLAG_AUTOSTART_ is for use in brokers only. In client code use
    4747 * IPC_AUTOSTART that includes implies blocking behavior.
    4848 */
  • uspace/srv/loader/main.c

    r88ad75f r76c8209  
    445445        errno_t rc = taskman_intro_loader();
    446446        if (rc != EOK) {
    447                 printf("%s: did not receive connectin from taskman (%i)\n",
     447                printf("%s: did not receive connection from taskman (%i)\n",
    448448                    NAME, rc);
    449449                return rc;
Note: See TracChangeset for help on using the changeset viewer.