[master] fa29f45 Typo

Federico G. Schwindt fgsch at lodoss.net
Mon Jun 27 19:29:07 CEST 2016


commit fa29f458d8412d133d2088c16a8e86f8a4438e7f
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Jun 27 18:25:32 2016 +0100

    Typo
    
    From:       github::t-h-r-o-w-a-w-a-y

diff --git a/bin/varnishd/storage/storage_persistent_silo.c b/bin/varnishd/storage/storage_persistent_silo.c
index b804a0f..4c7268b 100644
--- a/bin/varnishd/storage/storage_persistent_silo.c
+++ b/bin/varnishd/storage/storage_persistent_silo.c
@@ -412,7 +412,7 @@ smp_sml_getobj(struct worker *wrk, struct objcore *oc)
 	 * The object may not be in this segment since we allocate it
 	 * In a separate operation than the smp_object.  We could check
 	 * that it is in a later segment, but that would be complicated.
-	 * XXX: For now, be happy if it is inside th silo
+	 * XXX: For now, be happy if it is inside the silo
 	 */
 	ASSERT_PTR_IN_SILO(sg->sc, o);
 	CHECK_OBJ_NOTNULL(o, OBJECT_MAGIC);



More information about the varnish-commit mailing list