Skip to content

Commit

Permalink
fix: refine comments
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Sep 20, 2024
1 parent 6480975 commit 93c2534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include_internal/ten_runtime/path/path.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ typedef struct ten_path_t {
ten_loc_t src_loc;
ten_loc_t dest_loc;

ten_shared_ptr_t *group; // a sharedptr of ten_path_group_t
ten_shared_ptr_t *group; // a shared_ptr of ten_path_group_t

// We will cache the returned cmd result here. If someone does not call
// return_result() before Extension::onCmd is actually completed
Expand Down

0 comments on commit 93c2534

Please sign in to comment.