fixed wrong link
[platform/framework/native/appfw.git] / inc / FSecCryptoIHmac.h
old mode 100644 (file)
new mode 100755 (executable)
index 5f57983..cf0b03f
@@ -324,7 +324,7 @@ public:
        virtual result SetKey(const Tizen::Security::ISecretKey& key) = 0;
 
        /**
-        *      Gets the HMAC with the given input.
+        *      Gets the HMAC with a given input.
         *
         *      @since                  2.0
         *
@@ -342,7 +342,7 @@ public:
        virtual Tizen::Base::ByteBuffer* GetHmacN(const Tizen::Base::ByteBuffer& input) const = 0;
 
        /**
-        *      Initializes the multiple-part HMAC operation.
+        *      Initializes a multiple-part HMAC operation.
         *
         *      @since          2.0
         *