From: Andy Williams Date: Sun, 25 Jun 2017 09:41:11 +0000 (+0100) Subject: fix issue with patch D4981 X-Git-Tag: upstream/1.20.0~434 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06d2d040920b8b205d3cae533cd75fddf82ee925;p=platform%2Fupstream%2Fefl.git fix issue with patch D4981 --- diff --git a/src/lib/elementary/elm_code_widget_selection.h b/src/lib/elementary/elm_code_widget_selection.h index 7724c7b..21eec93 100644 --- a/src/lib/elementary/elm_code_widget_selection.h +++ b/src/lib/elementary/elm_code_widget_selection.h @@ -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 *