[master] 43135bd cheesy speling

Nils Goroll nils.goroll at uplex.de
Wed Mar 11 13:27:00 CET 2015


commit 43135bdea4b40c2b68d0850b4446a6cc7f46d7ea
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Mar 11 13:26:56 2015 +0100

    cheesy speling

diff --git a/bin/varnishd/cache/cache_ws.c b/bin/varnishd/cache/cache_ws.c
index d93aee4..0b2d1b9 100644
--- a/bin/varnishd/cache/cache_ws.c
+++ b/bin/varnishd/cache/cache_ws.c
@@ -90,7 +90,7 @@ WS_MarkOverflow(struct ws *ws)
 {
 	CHECK_OBJ_NOTNULL(ws, WS_MAGIC);
 
-	ws->id[0] &= ~0x40;		// Cheasy toupper()
+	ws->id[0] &= ~0x40;		// cheesy toupper()
 }
 
 static void
@@ -98,7 +98,7 @@ ws_ClearOverflow(struct ws *ws)
 {
 	CHECK_OBJ_NOTNULL(ws, WS_MAGIC);
 
-	ws->id[0] |= 0x40;		// Cheasy tolower()
+	ws->id[0] |= 0x40;		// cheesy tolower()
 }
 
 /*



More information about the varnish-commit mailing list