summaryrefslogtreecommitdiff
path: root/include/sane/sanei_access.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-31 16:59:49 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-31 16:59:49 +0200
commit1687222e1b9e74c89cafbb5910e72d8ec7bfd40f (patch)
treed78102ce30207c63e7608eeba743efd680c888dc /include/sane/sanei_access.h
parent58912f68c2489bcee787599837447e0d64dfd61a (diff)
New upstream version 1.0.28upstream/1.0.28
Diffstat (limited to 'include/sane/sanei_access.h')
-rw-r--r--include/sane/sanei_access.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sane/sanei_access.h b/include/sane/sanei_access.h
index d668b98..0f73f5f 100644
--- a/include/sane/sanei_access.h
+++ b/include/sane/sanei_access.h
@@ -46,7 +46,7 @@
* Interface file for the sanei_access functions.
*
* The idea is to provide some simple locking/unlocking mecanism, which
- * can be used to protect device access from more than one frontend
+ * can be used to protect device access from more than one frontend
* simultaneously.
*/
@@ -66,7 +66,7 @@ extern void sanei_access_init( const char * backend );
/** Set a lock.
*
- * The function tries to open/create exclusively a lock file in
+ * The function tries to open/create exclusively a lock file in
* $PATH_SANE_LOCK_DIR.
* If the file could be created successfully, the function fills in the
* process ID.
@@ -77,7 +77,7 @@ extern void sanei_access_init( const char * backend );
*
* @param devicename - unique part of the lockfile name
* @param timeout - time in seconds to try to set a lock
- * @return
+ * @return
* - SANE_STATUS_GOOD - if the lock has been successfully set
* - SANE_STATUS_ACCESS_DENIED - the lock could not set
*/