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