| Index: remoting/host/win/rdp_client_window.cc | 
| diff --git a/remoting/host/win/rdp_client_window.cc b/remoting/host/win/rdp_client_window.cc | 
| index 098ec1098b0453a7468ffc0533751e0610356a56..49552ad0289cbd5f95a7370a982c99d970f01041 100644 | 
| --- a/remoting/host/win/rdp_client_window.cc | 
| +++ b/remoting/host/win/rdp_client_window.cc | 
| @@ -20,8 +20,7 @@ namespace remoting { | 
|  | 
| namespace { | 
|  | 
| -// RDP connection disconnect reasons codes that should not be interpreted as | 
| -// errors. | 
| +// RDP session disconnect reason codes that should not be interpreted as errors. | 
| const long kDisconnectReasonNoInfo = 0; | 
| const long kDisconnectReasonLocalNotError = 1; | 
| const long kDisconnectReasonRemoteByUser = 2; | 
| @@ -151,7 +150,7 @@ void RdpClientWindow::InjectSas() { | 
| if (!m_hWnd) | 
| return; | 
|  | 
| -  // Fins the window handling the keyboard input. | 
| +  // Find the window handling the keyboard input. | 
| HWND input_window = FindWindowRecursively(m_hWnd, kRdpInputWindowClass); | 
| if (!input_window) { | 
| LOG(ERROR) << "Failed to find the window handling the keyboard input."; | 
|  |