tests: In benchmarkEncodeDecodeDataCpp, fix comment.
diff --git a/tests/test-encode-decode-benchmark.cpp b/tests/test-encode-decode-benchmark.cpp
index 0c46fde..89beaf6 100644
--- a/tests/test-encode-decode-benchmark.cpp
+++ b/tests/test-encode-decode-benchmark.cpp
@@ -420,10 +420,10 @@
 }
 
 /**
- * Call benchmarkEncodeDataCpp and benchmarkDecodeDataSecondsCpp with appropriate nInterations.  Print the 
+ * Call benchmarkEncodeDataSecondsCpp and benchmarkDecodeDataSecondsCpp with appropriate nInterations.  Print the 
  * results to cout.
- * @param useComplex See benchmarkEncodeDataCpp and benchmarkDecodeDataSecondsCpp.
- * @param useCrypto See benchmarkEncodeDataCpp and benchmarkDecodeDataSecondsCpp.
+ * @param useComplex See benchmarkEncodeDataSecondsCpp and benchmarkDecodeDataSecondsCpp.
+ * @param useCrypto See benchmarkEncodeDataSecondsCpp and benchmarkDecodeDataSecondsCpp.
  */
 static void
 benchmarkEncodeDecodeDataCpp(bool useComplex, bool useCrypto)
@@ -444,10 +444,10 @@
 }
 
 /**
- * Call benchmarkEncodeDataC and benchmarkDecodeDataSecondsC with appropriate nInterations.  Print the 
+ * Call benchmarkEncodeDataSecondsC and benchmarkDecodeDataSecondsC with appropriate nInterations.  Print the 
  * results to cout.
- * @param useComplex See benchmarkEncodeDataC and benchmarkDecodeDataSecondsC.
- * @param useCrypto See benchmarkEncodeDataC and benchmarkDecodeDataSecondsC.
+ * @param useComplex See benchmarkEncodeDataSecondsC and benchmarkDecodeDataSecondsC.
+ * @param useCrypto See benchmarkEncodeDataSecondsC and benchmarkDecodeDataSecondsC.
  */
 static void
 benchmarkEncodeDecodeDataC(bool useComplex, bool useCrypto)