Changeset ad575d7 in mainline for generic/include/ipc


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.

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