progress on map / array decoding
diff --git a/test/qcbor_decode_tests.c b/test/qcbor_decode_tests.c
index 11e47f2..3a883ff 100644
--- a/test/qcbor_decode_tests.c
+++ b/test/qcbor_decode_tests.c
@@ -724,7 +724,7 @@
       return -8;
    }
 
-   // An map with 3 items
+   // A map with 3 items
    if(QCBORDecode_GetNext(&DCtx, &Item) != 0 ||
       Item.uDataType != QCBOR_TYPE_MAP ||
       Item.uNestingLevel != 2 ||