[master] 0647e66 Fix typo in comment

Tollef Fog Heen tfheen at varnish-cache.org
Wed May 11 12:06:15 CEST 2011


commit 0647e669896a1b9bdff472157fb4a59444f3dc34
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Wed May 11 09:03:56 2011 +0200

    Fix typo in comment

diff --git a/bin/varnishd/stevedore_utils.c b/bin/varnishd/stevedore_utils.c
index 8242df8..0a8e9cb 100644
--- a/bin/varnishd/stevedore_utils.c
+++ b/bin/varnishd/stevedore_utils.c
@@ -192,7 +192,7 @@ STV_FileSize(int fd, const char *size, unsigned *granularity, const char *ctx)
 	if ((size == NULL || *size == '\0') && st.st_size != 0) {
 		/*
 		 * We have no size specification, but an existing file,
-		 * use it's existing size.
+		 * use its existing size.
 		 */
 		l = st.st_size;
 	} else {



More information about the varnish-commit mailing list