Index: net/quic/crypto/crypto_handshake.h |
diff --git a/net/quic/crypto/crypto_handshake.h b/net/quic/crypto/crypto_handshake.h |
index 935bb9f1668133cbe82b0739446f1c5726ffb1a6..f53699e2319ac83b6cb507c679bc622f724b25bb 100644 |
--- a/net/quic/crypto/crypto_handshake.h |
+++ b/net/quic/crypto/crypto_handshake.h |
@@ -87,8 +87,7 @@ enum HandshakeFailureReason { |
}; |
// These errors will be packed into an uint32_t and we don't want to set the |
-// most |
-// significant bit, which may be misinterpreted as the sign bit. |
+// most significant bit, which may be misinterpreted as the sign bit. |
static_assert(MAX_FAILURE_REASON <= 32, "failure reason out of sync"); |
// A CrypterPair contains the encrypter and decrypter for an encryption level. |