staging: media: atomisp: fix misspelled word in comment

This fix "overrided", the correct past tense form of "override" is
"overridden".

Signed-off-by: Luis Oliveira <lolivei@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Luis Oliveira 2017-04-19 13:44:28 +01:00 committed by Greg Kroah-Hartman
parent 5b686ccd2e
commit 8ed78a154e
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,7 @@ static int ov2680_set_fmt(struct v4l2_subdev *sd,
}
/*recall flip functions to avoid flip registers
* were overrided by default setting
* were overridden by default setting
*/
if (h_flag)
ov2680_h_flip(sd, h_flag);