Changeset 36c9234 in mainline for uspace/lib/libc/generic/ipc.c


Ignore:
Timestamp:
2007-07-04T17:03:42Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b76f2f8
Parents:
f5b4fb9
Message:

Improve comments in async.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/ipc.c

    rf5b4fb9 r36c9234  
    5252#include <fibril.h>
    5353
    54 /** Structure used for keeping track of sent asynchronous calls and queing
    55  * unsent calls.
     54/**
     55 * Structures of this type are used for keeping track of sent asynchronous calls
     56 * and queing unsent calls.
    5657 */
    5758typedef struct {
Note: See TracChangeset for help on using the changeset viewer.