Browse Source

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>
Luis Oliveira 8 years ago
parent
commit
8ed78a154e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/media/atomisp/i2c/ov2680.c

+ 1 - 1
drivers/staging/media/atomisp/i2c/ov2680.c

@@ -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);