Cleaned up some comments.

This commit is contained in:
skarg
2010-02-16 03:32:45 +00:00
parent a18ca597e5
commit 85eaaa14b4
+2 -2
View File
@@ -533,7 +533,7 @@ bool octetstring_truncate(
return status;
}
/* returns the length. Returns the value in parameter. */
/* returns a pointer to the value. */
uint8_t *octetstring_value(
BACNET_OCTET_STRING * octet_string)
{
@@ -560,7 +560,7 @@ size_t octetstring_length(
return length;
}
/* returns the length. */
/* returns the maximum capacity. */
size_t octetstring_capacity(
BACNET_OCTET_STRING * octet_string)
{