From 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 31 Jul 2019 16:59:49 +0200 Subject: New upstream version 1.0.28 --- include/sane/sanei_access.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/sane/sanei_access.h') 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 */ -- cgit v1.2.3