Trival: update documentation on OCResource attribute.
authorZiran Sun <ziran.sun@samsung.com>
Wed, 14 Dec 2016 15:50:19 +0000 (15:50 +0000)
committerZiran Sun <ziran.sun@samsung.com>
Fri, 16 Dec 2016 11:22:31 +0000 (11:22 +0000)
Change-Id: Ibb92a32c4f604107be178c23a67e4cf63b5de46f
Signed-off-by: Ziran Sun <ziran.sun@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/15617
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
resource/csdk/stack/include/internal/ocresource.h

index 07917ab..4e1c344 100755 (executable)
@@ -195,7 +195,7 @@ typedef struct OCResource {
     /** Resource interface(s); linked list.*/
     OCResourceInterface *rsrcInterface;
 
-    /** Resource interface(s); linked list.*/
+    /** Resource attributes; linked list.*/
     OCAttribute *rsrcAttributes;
 
     /** Array of pointers to resources; can be used to represent a container of resources.