A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
30:0407b2db334c
Parent:
29:4a11413cf217
Child:
38:7631b92cc772
--- a/header_detect_io.c	Fri Jul 14 16:38:03 2017 -0700
+++ b/header_detect_io.c	Fri Jul 28 09:52:29 2017 -0700
@@ -562,7 +562,7 @@
                         }
                         else
                         {
-                            /* Codes*SRS_HEADER_DETECT_IO_01_060: [ `header_detect_io_create` shall create a singly linked list by calling `singlylinkedlist_create` where the chained detected IOs shall be stored. ]*/
+                            /* Codes_SRS_HEADER_DETECT_IO_01_060: [ `header_detect_io_create` shall create a singly linked list by calling `singlylinkedlist_create` where the chained detected IOs shall be stored. ]*/
                             result->chained_io_list = singlylinkedlist_create();
                             if (result->chained_io_list == NULL)
                             {