summaryrefslogtreecommitdiffstats
path: root/runtime/map.c
diff options
context:
space:
mode:
authorhunt <hunt>2005-06-29 19:53:05 +0000
committerhunt <hunt>2005-06-29 19:53:05 +0000
commit05785c11dfdeaf11d98e7d65486a3870d00b5206 (patch)
tree1aca52ed84f664a315881a71970af912623cdd30 /runtime/map.c
parent126a29f4cc293f4497b8796c4fa1625236554067 (diff)
downloadsystemtap-steved-05785c11dfdeaf11d98e7d65486a3870d00b5206.tar.gz
systemtap-steved-05785c11dfdeaf11d98e7d65486a3870d00b5206.tar.xz
systemtap-steved-05785c11dfdeaf11d98e7d65486a3870d00b5206.zip
2005-06-29 Martin Hunt <hunt@redhat.com>
* map-values.c (_stp_map_add_int64): Fix docs. * map-str.c: Fix some docs * map.c: Ditto. * map.doc: Ditto.
Diffstat (limited to 'runtime/map.c')
-rw-r--r--runtime/map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/map.c b/runtime/map.c
index 187a1872..9d9b1fa2 100644
--- a/runtime/map.c
+++ b/runtime/map.c
@@ -100,7 +100,7 @@ stat *_stp_get_stat(struct map_node *m)
/** Return an int64 key from a map node.
* This function will return an int64 key from a map_node.
- * @param m pointer to the map_node.
+ * @param mn pointer to the map_node.
* @param n key number
* @returns an int64
* @sa key1int(), key2int()
@@ -114,7 +114,7 @@ int64_t _stp_key_get_int64 (struct map_node *mn, int n)
/** Return a string key from a map node.
* This function will return an string key from a map_node.
- * @param m pointer to the map_node.
+ * @param mn pointer to the map_node.
* @param n key number
* @returns a pointer to a string
* @sa key1str(), key2str()