mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
util: fix a typo
s/succcess/success Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
This commit is contained in:
parent
dd14032b39
commit
a7822ba3f6
@ -406,7 +406,7 @@ int virFileLock(int fd, bool shared, off_t start, off_t len, bool waitForLock)
|
|||||||
* NB the lock will also be released if any open file descriptor
|
* NB the lock will also be released if any open file descriptor
|
||||||
* pointing to the same file as @fd is closed
|
* pointing to the same file as @fd is closed
|
||||||
*
|
*
|
||||||
* Returns 0 on succcess, or -errno on error
|
* Returns 0 on success, or -errno on error
|
||||||
*/
|
*/
|
||||||
int virFileUnlock(int fd, off_t start, off_t len)
|
int virFileUnlock(int fd, off_t start, off_t len)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user