diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2012-04-09 09:03:53 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2012-04-09 09:04:29 +0200 |
commit | a9e1ec9593d7bd92c11a611cbb3b75c4dde7b069 (patch) | |
tree | b35ef0e67c642fe306bb7a32e5225246c9636197 /README.lib-multi-threading | |
parent | adf05a335f62de873997a81c8602016548b9e303 (diff) |
Documentation spelling fixes
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'README.lib-multi-threading')
-rw-r--r-- | README.lib-multi-threading | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.lib-multi-threading b/README.lib-multi-threading index 93b393c8..e444dd4e 100644 --- a/README.lib-multi-threading +++ b/README.lib-multi-threading @@ -1,7 +1,7 @@ libv4lconvert is not safe for using one convert instance as returned by v4lconvert_create from multiple threads, if you want to use one v4lconvert instance from multiple threads you must provide your own locking and make -sure no simultanious calls are made. +sure no simultaneous calls are made. libv4l1 and libv4l2 are safe for multithread use *under* *the* *following* *conditions* : |