| Index: media/gpu/dxva_video_decode_accelerator_win.h
|
| diff --git a/media/gpu/dxva_video_decode_accelerator_win.h b/media/gpu/dxva_video_decode_accelerator_win.h
|
| index 27f209bbee861e322ad7ab0d85baeb05516420f4..5f34d6f04f3f3f5802b6dca8df7c74f0cbcd31c9 100644
|
| --- a/media/gpu/dxva_video_decode_accelerator_win.h
|
| +++ b/media/gpu/dxva_video_decode_accelerator_win.h
|
| @@ -361,7 +361,7 @@ class MEDIA_GPU_EXPORT DXVAVideoDecodeAccelerator
|
| // Checks if the resolution, bitrate etc of the stream changed. We do this
|
| // by keeping track of the SPS/PPS frames and if they change we assume
|
| // that the configuration changed.
|
| - // Returns S_OK or S_FALSE on succcess.
|
| + // Returns S_OK or S_FALSE on success.
|
| // The |config_changed| parameter is set to true if we detect a change in the
|
| // stream.
|
| HRESULT CheckConfigChanged(IMFSample* sample, bool* config_changed);
|
|
|