Yuri Chornoivan contributed some typo fixes
[pspp] / src / libpspp / stringi-map.c
index ba3e41ef78ee9aa111b91e540c031e46f3746f7f..b47cbd409d0675731eb18ad253578d5f2a3cd4f3 100644 (file)
@@ -77,7 +77,7 @@ stringi_map_node_set_value_nocopy (struct stringi_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
    stringi_maps, but this function should only be used by a caller that owns
    NODE, such as one that has called stringi_map_delete_nofree() for the
    node. */