fix comment :)
Change-Id: I905c2cc7e510cc58726b00f61c81bea846f495be
diff --git a/src/detail/ca-state.hpp b/src/detail/ca-state.hpp
index f3c6110..23ad6db 100644
--- a/src/detail/ca-state.hpp
+++ b/src/detail/ca-state.hpp
@@ -90,7 +90,7 @@
CaState(const Name& caName, const RequestID& requestId, RequestType requestType, Status status,
const security::Certificate& cert, Block m_encryptionKey, uint32_t aesBlockCounter = 0);
/**
- * @brief Used to instantiate a CaState after challenge not started.
+ * @brief Used to instantiate a CaState after challenge is started.
*/
CaState(const Name& caName, const RequestID& requestId, RequestType requestType, Status status,
const security::Certificate& cert, const std::string& challengeType,