| Index: remoting/host/sas_injector.h
|
| diff --git a/remoting/host/sas_injector.h b/remoting/host/sas_injector.h
|
| index 2e3baaabca61a3743962aa69984a4e6d3b7357fd..45e2e8388f1902ec0816773631756fdbffb87878 100644
|
| --- a/remoting/host/sas_injector.h
|
| +++ b/remoting/host/sas_injector.h
|
| @@ -15,7 +15,7 @@ class SasInjector {
|
| public:
|
| virtual ~SasInjector() {}
|
|
|
| - // Sends the Secure Attention Sequence to the console session.
|
| + // Sends Secure Attention Sequence to the console session.
|
| virtual bool InjectSas() = 0;
|
|
|
| // Creates an instance of SasInjector if supported by the OS, otherwise
|
|
|