Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit b4aee50

Browse files
author
Hendrik van Antwerpen
committed
Update C headers
1 parent ce15f85 commit b4aee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack-graphs/include/stack-graphs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ void sg_partial_path_database_mark_local_nodes(struct sg_partial_path_database *
801801
struct sg_node_handle_set sg_partial_path_database_local_nodes(const struct sg_partial_path_database *db);
802802

803803
// Creates a new forward partial path stitcher that is "seeded" with a set of starting stack graph
804-
// nodes.
804+
// nodes. The path stitcher will be set up to find complete paths only.
805805
struct sg_forward_partial_path_stitcher *sg_forward_partial_path_stitcher_from_nodes(const struct sg_stack_graph *graph,
806806
struct sg_partial_path_arena *partials,
807807
size_t count,

0 commit comments

Comments
 (0)