From: Chen Hanxiao Date: Mon, 20 Jun 2016 11:52:20 +0000 (+0800) Subject: util: fix a typo X-Git-Tag: v2.0.0-rc1~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7822ba3f6277470a27d7ebe4e27bcb4d7dc3829;p=thirdparty%2Flibvirt.git util: fix a typo s/succcess/success Signed-off-by: Chen Hanxiao --- diff --git a/src/util/virfile.c b/src/util/virfile.c index 9d460b9eba..f47bf391c9 100644 --- a/src/util/virfile.c +++ b/src/util/virfile.c @@ -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) {