diff options
| author | 2008-06-21 15:38:52 +0200 | |
|---|---|---|
| committer | 2008-07-05 13:16:30 -0700 | |
| commit | 4ce429a797a7790d5c42cb4398b54b549a01d625 (patch) | |
| tree | bc9637cdfcd51c1af5433874e79acb860e5895d0 /src/raw1394.h | |
| parent | Plug dir leak and initialize data structs (diff) | |
Fix raw1394_read_cycle_timer after juju integration
The ieee1394 version of raw1394_read_cycle_timer() fell over the cliff
in "First cut at integrating juju". This brings it back and adds a juju
version of it.
Also correct a typo in the inline documentation: s/get/read/
Diffstat (limited to 'src/raw1394.h')
| -rw-r--r-- | src/raw1394.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw1394.h b/src/raw1394.h index 1bcdf19..7cc07e6 100644 --- a/src/raw1394.h +++ b/src/raw1394.h @@ -329,7 +329,7 @@ void raw1394_iso_stop(raw1394handle_t handle); void raw1394_iso_shutdown(raw1394handle_t handle); /** - * raw1394_get_cycle_timer - get the current value of the cycle timer + * raw1394_read_cycle_timer - get the current value of the cycle timer * @handle: libraw1394 handle * @cycle_timer: buffer for Isochronous Cycle Timer * @local_time: buffer for local system time in microseconds since Epoch |
