fix issue with patch D4981
authorAndy Williams <andy@andywilliams.me>
Sun, 25 Jun 2017 09:41:11 +0000 (10:41 +0100)
committerAndy Williams <andy@andywilliams.me>
Sun, 25 Jun 2017 09:43:26 +0000 (10:43 +0100)
src/lib/elementary/elm_code_widget_selection.h

index 7724c7b..21eec93 100644 (file)
@@ -75,7 +75,7 @@ EAPI void elm_code_widget_selection_select_line(Evas_Object *widget, unsigned in
  *
  * @param[in] widget @c The elm_widget object.
  * @param[in] line @c The line index of the widget.
- * @param[in] widget @c The column index of the widget.
+ * @param[in] col @c The column index of the widget.
  *
  * @return None
  *