X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstring-map.c;h=670154fc5df63cd753d48a1d86d3da217ef89a8d;hb=15d30a4c251fe810f3697bd287afdc8b1699487d;hp=afa94b135fa0a8a6936f6b79240dd4715c7fc92f;hpb=1ddcc5a5097c522c8609abd5037e27dfaffb4264;p=pspp diff --git a/src/libpspp/string-map.c b/src/libpspp/string-map.c index afa94b135f..670154fc5d 100644 --- a/src/libpspp/string-map.c +++ b/src/libpspp/string-map.c @@ -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. */