X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sync_filter.c;fp=sync_filter.c;h=de30b168bf62e66172e9ac332532fbdebc153f29;hp=6a2a09462f9b1d452c8c997ac04dbfaba1f30521;hb=3a6b996d8b39fdc067df352d1eee757ef2a8f49b;hpb=65399c6f0f45561c8d93c521ca63d13f564ca1cb diff --git a/sync_filter.c b/sync_filter.c index 6a2a0946..de30b168 100644 --- a/sync_filter.c +++ b/sync_filter.c @@ -221,7 +221,7 @@ fail: } /* - * True if we sent a packet to all budies and received a packet from each + * True if we sent a packet to all buddies and received a packet from each * enabled buddy. */ static bool sync_complete(struct sync_filter_context *ctx) @@ -368,7 +368,7 @@ static int sync_post_select(__a_unused struct sched *s, void *context) return 1; /* * Although all enabled buddies are in sync we do not splice out - * ourselves immediately. We rather wait until the timout expires, + * ourselves immediately. We rather wait until the timeout expires, * or the buddy list has become empty. This opens a time window * for disabled buddies to become enabled by sending us a packet. */