aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/include-stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-kbdc/include-stack.h')
-rw-r--r--src/mds-kbdc/include-stack.h4
1 files changed, 2 insertions, 2 deletions
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);