diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mds-kbdc/include-stack.c | 4 | ||||
-rw-r--r-- | src/mds-kbdc/include-stack.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mds-kbdc/include-stack.c b/src/mds-kbdc/include-stack.c index d9225a3..c7f0532 100644 --- a/src/mds-kbdc/include-stack.c +++ b/src/mds-kbdc/include-stack.c @@ -30,7 +30,7 @@ static mds_kbdc_parse_error_t* error; /** - * The `result` parameter of root procedure that requires the include stack + * The `result` parameter of root procedure that requires the include-stack */ static mds_kbdc_parsed_t* result; @@ -95,7 +95,7 @@ int mds_kbdc_include_stack_dump(size_t ptr) /** * Mark the root of the tree as included * - * @param result_ The `result` parameter of root procedure that requires the include stack + * @param result_ The `result` parameter of root procedure that requires the include-stack */ void mds_kbdc_include_stack_begin(mds_kbdc_parsed_t* restrict result_) { diff --git a/src/mds-kbdc/include-stack.h b/src/mds-kbdc/include-stack.h index 5d51a61..06d3e70 100644 --- a/src/mds-kbdc/include-stack.h +++ b/src/mds-kbdc/include-stack.h @@ -63,7 +63,7 @@ /** - * A saved state of the include stack + * A saved state of the include-stack */ typedef struct mds_kbdc_include_stack { @@ -105,7 +105,7 @@ int mds_kbdc_include_stack_dump(size_t ptr); /** * Mark the root of the tree as included * - * @param result The `result` parameter of root procedure that requires the include stack + * @param result The `result` parameter of root procedure that requires the include-stack */ void mds_kbdc_include_stack_begin(mds_kbdc_parsed_t* restrict result); |