]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: fix a typo
authorChen Hanxiao <chenhanxiao@gmail.com>
Mon, 20 Jun 2016 11:52:20 +0000 (19:52 +0800)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 20 Jun 2016 13:20:09 +0000 (15:20 +0200)
s/succcess/success

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
src/util/virfile.c

index 9d460b9ebae679c5606af099fcd156a75ea4d1fe..f47bf391c9084f6232e0c35874eab9d286d66d95 100644 (file)
@@ -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
  * 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)
 {