summaryrefslogtreecommitdiffstats
path: root/hl/c++/test/ptableTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/test/ptableTest.cpp')
-rw-r--r--hl/c++/test/ptableTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/c++/test/ptableTest.cpp b/hl/c++/test/ptableTest.cpp
index 9dc2bffe..f2db380 100644
--- a/hl/c++/test/ptableTest.cpp
+++ b/hl/c++/test/ptableTest.cpp
@@ -84,7 +84,7 @@ int BasicTest()
wrapper.AppendPacket(&myRecord);
/* get number of records test */
- count = wrapper.GetPacketCount();
+ count = wrapper.GetPacketCount();
if(count != 2)
goto out;
@@ -374,7 +374,7 @@ int SystemTest()
hid_t dtypeID1, dtypeID2;
unsigned int count;
- /* Creating two inter-related datatypes. Create two datasets and put
+ /* Creating two inter-related datatypes. Create two datasets and put
* one datatype in each. */
typedef struct compoundType
{