| Index: webrtc/modules/desktop_capture/win/d3d_device.h
 | 
| diff --git a/webrtc/modules/desktop_capture/win/d3d_device.h b/webrtc/modules/desktop_capture/win/d3d_device.h
 | 
| index 94a263edcb899a6642d4b23bfe8c55d144c33d0b..fc1533a52264dfa96c582bb8a089da34bd289c4d 100644
 | 
| --- a/webrtc/modules/desktop_capture/win/d3d_device.h
 | 
| +++ b/webrtc/modules/desktop_capture/win/d3d_device.h
 | 
| @@ -43,7 +43,7 @@ class D3dDevice {
 | 
|    // function.
 | 
|    D3dDevice();
 | 
|  
 | 
| -  // Initialize the D3dDevice from an IDXGIAdapter.
 | 
| +  // Initializes the D3dDevice from an IDXGIAdapter.
 | 
|    bool Initialize(const Microsoft::WRL::ComPtr<IDXGIAdapter>& adapter);
 | 
|  
 | 
|    Microsoft::WRL::ComPtr<ID3D11Device> d3d_device_;
 | 
| 
 |