Changeset 76c8209 in mainline for kernel/generic/src/ipc/sysipc.c


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

File:
1 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.
Note: See TracChangeset for help on using the changeset viewer.