aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-12-12 22:35:38 +0100
committerMattias Andrée <maandree@operamail.com>2014-12-12 22:35:38 +0100
commitc992c589f23e39a7a6073aba0b31c5e95b200479 (patch)
treeb99d4ea12aaa104c2fab2907cf97b01f0ae57c4a /src
parenttypo (diff)
downloadmds-c992c589f23e39a7a6073aba0b31c5e95b200479.tar.gz
mds-c992c589f23e39a7a6073aba0b31c5e95b200479.tar.bz2
mds-c992c589f23e39a7a6073aba0b31c5e95b200479.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/mds-kbdc/include-stack.c4
-rw-r--r--src/mds-kbdc/include-stack.h4
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);