| Index: net/ssl/threaded_ssl_private_key.h
 | 
| diff --git a/net/ssl/threaded_ssl_private_key.h b/net/ssl/threaded_ssl_private_key.h
 | 
| index ad77e36078f1bffdfa6f739d0561aa0223c3d8ab..6fe9987187a38306e34530e7484d39edbb465421 100644
 | 
| --- a/net/ssl/threaded_ssl_private_key.h
 | 
| +++ b/net/ssl/threaded_ssl_private_key.h
 | 
| @@ -38,7 +38,7 @@ class ThreadedSSLPrivateKey : public SSLPrivateKey {
 | 
|      virtual std::vector<SSLPrivateKey::Hash> GetDigestPreferences() = 0;
 | 
|      virtual size_t GetMaxSignatureLengthInBytes() = 0;
 | 
|  
 | 
| -    // Signs |input| as a digest of type |hash|. On sucess it returns OK and
 | 
| +    // Signs |input| as a digest of type |hash|. On success it returns OK and
 | 
|      // sets |signature| to the resulting signature. Otherwise it returns a net
 | 
|      // error code. It will only be called on the task runner passed to the
 | 
|      // owning ThreadedSSLPrivateKey.
 | 
| 
 |