Yuri Chornoivan contributed some typo fixes
[pspp] / src / libpspp / string-map.c
index afa94b135fa0a8a6936f6b79240dd4715c7fc92f..670154fc5df63cd753d48a1d86d3da217ef89a8d 100644 (file)
@@ -75,7 +75,7 @@ string_map_node_set_value_nocopy (struct string_map_node *node, char *value)
   node->value = value;
 }
 
-/* Frees NODE and and its key and value.  Ordinarily nodes are owned by
+/* Frees NODE and its key and value.  Ordinarily nodes are owned by
    string_maps, but this function should only be used by a caller that owns
    NODE, such as one that has called string_map_delete_nofree() for the
    node. */