change remark to remarks
[platform/framework/native/appfw.git] / inc / FSecPkcsPkcs05PbKdf2Parameters.h
index fd5541d..a04945b 100755 (executable)
@@ -102,7 +102,7 @@ public:
         * @param[in]   derivedKeyLength                Positive integer specifying length of password based key to generate
         * @exception   E_SUCCESS                                               The method is successful.
         * @exception   E_INVALID_ARG                           The specified input parameter is invalid.
-        * @remark              In this case, when pseudo random function algorithm is not passed, then default HMAC-SHA1 will be used.
+        * @remarks             In this case, when pseudo random function algorithm is not passed, then default HMAC-SHA1 will be used.
         */
        result Construct(const Tizen::Base::ByteBuffer& saltBuffer, int iterationCount, int derivedKeyLength = 0);