perf tools: Fix various typos in comments
[linux-2.6-microblaze.git] / tools / perf / util / levenshtein.c
index a217ecf..6a67126 100644 (file)
@@ -30,7 +30,7 @@
  *
  * It does so by calculating the costs of the path ending in characters
  * i (in string1) and j (in string2), respectively, given that the last
- * operation is a substition, a swap, a deletion, or an insertion.
+ * operation is a substitution, a swap, a deletion, or an insertion.
  *
  * This implementation allows the costs to be weighted:
  *