[master] 091895c Spelling and indent
Federico G. Schwindt
fgsch at lodoss.net
Fri Jan 16 10:53:16 CET 2015
commit 091895c35eea5ddbeb7a7565c2bbd864ecafad50
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Fri Jan 16 09:52:41 2015 +0000
Spelling and indent
diff --git a/bin/varnishd/cache/cache_ban.c b/bin/varnishd/cache/cache_ban.c
index e0a765f..e1fa86f 100644
--- a/bin/varnishd/cache/cache_ban.c
+++ b/bin/varnishd/cache/cache_ban.c
@@ -56,7 +56,7 @@
* In a perfect world, we should vector through VRE to get to PCRE,
* but since we rely on PCRE's ability to encode the regexp into a
* byte string, that would be a little bit artificial, so this is
- * the exception that confirmes the rule.
+ * the exception that confirms the rule.
*
*/
@@ -568,7 +568,7 @@ BAN_Insert(struct ban *b)
/* Hunt down duplicates, and mark them as completed */
bi = b;
Lck_Lock(&ban_mtx);
- while(!ban_shutdown && bi != be) {
+ while (!ban_shutdown && bi != be) {
bi = VTAILQ_NEXT(bi, list);
if (bi->flags & BANS_FLAG_COMPLETED)
continue;
More information about the varnish-commit
mailing list