Fix some typos (found by codespell)
[pspp] / src / libpspp / hmap.c
index 471ff61f6ebf5e2b338751e5ba90e3bd31969a58..f3cbf23a6161ccade1ce5dc879d44b9b5a65cf6e 100644 (file)
@@ -187,7 +187,7 @@ hmap_moved (struct hmap *map,
 static size_t
 capacity_to_mask (size_t capacity)
 {
-  /* Calculate the minimum mask necesary to support the given
+  /* Calculate the minimum mask necessary to support the given
      capacity. */
   size_t mask = 0;
   while (hmap_mask_to_capacity__ (mask) < capacity)