]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sync_filter.c
Assorted typo fixes in comments.
[paraslash.git] / sync_filter.c
index 6a2a09462f9b1d452c8c997ac04dbfaba1f30521..de30b168bf62e66172e9ac332532fbdebc153f29 100644 (file)
@@ -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.
         */