diff options
| author | 2007-10-14 01:46:08 +0000 | |
|---|---|---|
| committer | 2007-10-14 01:46:08 +0000 | |
| commit | 77b6ef1f9e9f963a5e39cb844169379848a1118c (patch) | |
| tree | cf870554be969ba6726385b1b1c5d6c89d971eb3 | |
| parent | add Pieter Palmers to AUTHORS as contributor (diff) | |
fix documentation on raw1394_update_config_rom
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@175 53a565d1-3bb7-0310-b661-cf11e63c67ab
| -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 a847938..89e601f 100644 --- a/src/raw1394.h +++ b/src/raw1394.h @@ -1152,7 +1152,7 @@ const char *raw1394_get_libversion(void); * raw1394_update_config_rom - updates the configuration ROM of a host * @handle: libraw1394 handle * @new_rom: a pointer to the new ROM image - * @size: the size of the new ROM image in quadlets + * @size: the size of the new ROM image in bytes * @rom_version: the version numer of the current version, not the new * * @rom_version must be the current |
