diff options
| author | 2003-01-05 20:58:19 +0000 | |
|---|---|---|
| committer | 2003-01-05 20:58:19 +0000 | |
| commit | 5bb327dc9030acfdc281583f1b1bc67380c04cbc (patch) | |
| tree | 66900ca110fddb67f656fd9877228ee7ef43a66f /src/readwrite.c | |
| parent | update iso API for multi-channel reception and new packet buffer layout (diff) | |
emulate legacy ISO reception API on top of new rawiso API
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@99 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to '')
| -rw-r--r-- | src/readwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readwrite.c b/src/readwrite.c index 4573137..a0608b7 100644 --- a/src/readwrite.c +++ b/src/readwrite.c @@ -110,7 +110,7 @@ int raw1394_start_write(struct raw1394_handle *handle, nodeid_t node, /** - * raw1394_start_read - initiate a lock transaction + * raw1394_start_lock - initiate a lock transaction * @node: target node * @addr: address to read from * @extcode: extended transaction code determining the lock operation |
