From: Andre Noll Date: Thu, 24 Dec 2015 23:26:36 +0000 (+0000) Subject: client_common.c: Fix typo in comment. X-Git-Tag: v0.5.6~77 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=feeab81a97cdade53fc4841d334003946dc15794 client_common.c: Fix typo in comment. --- diff --git a/client_common.c b/client_common.c index b47364c9..cd1ccc61 100644 --- a/client_common.c +++ b/client_common.c @@ -403,7 +403,7 @@ static int client_post_select(struct sched *s, void *context) btr_consume(ct->btrn[1], sz); } } - /* fall though */ + /* fall through */ case CL_EXECUTING: if (ct->btrn[0]) { ret = btr_node_status(ct->btrn[0], 0, BTR_NT_ROOT);