summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-11-15 21:54:31 +0100
committerDave Davenport <qball@gmpclient.org>2016-11-15 21:54:31 +0100
commitb1a44cc65ea68f0a13674024b4f5e50d9db326ae (patch)
treedd8f5820ffef4407dcef28460a52c142cfdd6f4f /include/helper.h
parent7e74d39a01958e2e9b26f614e1984d5be93c8cfa (diff)
Update code documentation
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helper.h b/include/helper.h
index 65354269..ebb8355e 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -177,7 +177,7 @@ unsigned int levenshtein ( const char *needle, const char *haystack );
char * rofi_force_utf8 ( gchar *data, ssize_t length );
/**
- * @param data the array holding latin text
+ * @param input the char array holding latin text
* @param length the length of the data array
*
* Converts latin to UTF-8.