[2.2][DCM-1937] Change doxygen comment about limit in Tizen::Base::Utility::StringUti...
[platform/framework/native/appfw.git] / inc / FBaseUtilStringUtil.h
index 388ce63..6f87af8 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -273,7 +272,7 @@ public:
 
        /**
         * Decodes a string consisting of base 64 digits to a ByteBuffer. @n
-        * The buffer's limit is the length of the string plus one and the starting position is @c 0.
+        * The ByteBuffer's limit is the length of the decoded multibyte string and the starting position is @c 0.
         *
         * @since 2.0
         *