aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-10-27 04:45:00 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-10-27 04:45:00 +0000
commite0bbf855d9f0fd59028cbca824843d8c780d99be (patch)
treee38f7fb774bd0c7c883786c7b4b995e3613508c6 /epan/strutil.h
parent5fed058707599c2f225dc2288f3d1b6081628419 (diff)
fix doxygen tags
svn path=/trunk/; revision=12404
Diffstat (limited to 'epan/strutil.h')
-rw-r--r--epan/strutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/strutil.h b/epan/strutil.h
index beacb3b573..1733151040 100644
--- a/epan/strutil.h
+++ b/epan/strutil.h
@@ -137,7 +137,7 @@ guint8 * convert_string_to_hex(const char *string, size_t *nbytes);
/** Prep a string for case-sensitive vs case-insensitive searching.
*
* @param string The search string
- * @param case_sensitive TRUE if case-sensitive, FALSE if not
+ * @param case_insensitive TRUE if case-insensitive, FALSE if not
* @return A direct copy of the string if it's a case-sensitive search and
* an uppercased version if not. In either case the string must be g_free()d
* by the caller.