Corrected grammar in comment.

This commit is contained in:
skarg
2007-10-31 23:11:18 +00:00
parent 801342e85b
commit 8e280c73cf
+1 -1
View File
@@ -100,7 +100,7 @@ bool address_get_by_device(uint32_t device_id,
return found;
}
/* find a the device id from a given MAC address */
/* find a device id from a given MAC address */
bool address_get_device_id(BACNET_ADDRESS * src,
uint32_t *device_id)
{