summaryrefslogtreecommitdiffstats
path: root/runtime/map-str.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-str.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-str.c')
-rw-r--r--runtime/map-str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/map-str.c b/runtime/map-str.c
index 7cdf842c..344feeb6 100644
--- a/runtime/map-str.c
+++ b/runtime/map-str.c
@@ -74,7 +74,7 @@ void __stp_map_set_str (MAP map, char *val, int add)
* If the element doesn't exist, it is created. If no current element (key)
* is set for the map, this function does nothing.
* @param map
- * @param str String containing value to append.
+ * @param val String containing value to append.
* @ingroup map_set
*/
#define _stp_map_add_str(map,val) __stp_map_set_str(map,val,1)