Fix typos
[babeltrace.git] / src / plugins / common / muxing / muxing.c
index 699a43caeebb2546de7573844cc75922ecc66812..e15d1f6877ad2b16829348598361f12081261c48 100644 (file)
@@ -66,10 +66,10 @@ int message_type_weight(const bt_message_type msg_type)
 }
 
 /*
- * Compare 2 messages to order them in a determinitic way based on their
+ * Compare 2 messages to order them in a deterministic way based on their
  * types.
- * Returns -1 is left mesage must go first
- * Returns 1 is right mesage must go first
+ * Returns -1 is left message must go first
+ * Returns 1 is right message must go first
  */
 static
 int compare_messages_by_type(struct messages_to_compare *msgs)
This page took 0.023868 seconds and 4 git commands to generate.