Changeset ad575d7 in mainline


Ignore:
Timestamp:
2006-05-16T09:22:23Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
897f2e76
Parents:
e09b75c
Message:

Improve comments.

Location:
generic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • generic/include/ipc/ipc.h

    re09b75c rad575d7  
    110110 *                       address of the phone that should be connected
    111111 *                       (TODO: it leaks to userspace)
    112  *   recepient         -  if ipc_answer == 0, then accept connection
     112 *   recipient         -  if ipc_answer == 0, then accept connection
    113113 *                     -  otherwise connection refused
    114114 *                     -  recepient may forward message. Forwarding
     
    123123/** Interrupt notification */
    124124#define IPC_M_INTERRUPT         4
    125 /** Send as_area over ipc
     125/** Send as_area over IPC
    126126 * - ARG2 - src base address
    127127 * - ARG3 - size of src as(filled automatically by kernel)
  • generic/src/ipc/ipc.c

    re09b75c rad575d7  
    282282/** Forwards call from one answerbox to a new one
    283283 *
    284  * @param request Request to be forwarded
    285  * @param newbox Target answerbox
     284 * @param call Call to be redirected.
     285 * @param newphone Phone to target answerbox.
    286286 * @param oldbox Old answerbox
    287287 * @return 0 on forward ok, error code, if there was error
Note: See TracChangeset for help on using the changeset viewer.