Index: media/video/capture/linux/video_capture_device_linux.cc |
diff --git a/media/video/capture/linux/video_capture_device_linux.cc b/media/video/capture/linux/video_capture_device_linux.cc |
index da1802498e10d398b314f7d090410dbefee54c5c..c15f2f1cfec0ccca914b2271823f291ac05db9f5 100644 |
--- a/media/video/capture/linux/video_capture_device_linux.cc |
+++ b/media/video/capture/linux/video_capture_device_linux.cc |
@@ -34,7 +34,7 @@ enum { kContinuousTimeoutLimit = 10 }; |
// Time to wait in milliseconds before v4l2_thread_ reschedules OnCaptureTask |
// if an event is triggered (select) but no video frame is read. |
enum { kCaptureSelectWaitMs = 10 }; |
-// MJPEG is prefered if the width or height is larger than this. |
+// MJPEG is preferred if the width or height is larger than this. |
enum { kMjpegWidth = 640 }; |
enum { kMjpegHeight = 480 }; |
// Typical framerate, in fps |