Skip to content

Commit b4d1a9a

Browse files
committed
change comments
1 parent e00f78c commit b4d1a9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/pmtest.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public:
247247
extern "C" void C_initThread();
248248
extern "C" void C_getNewMetadataPtr();
249249

250-
/* Nvmveri */
250+
/* PMTest */
251251
extern "C" void *C_createVeriInstance();
252252
extern "C" void C_deleteVeriInstance(void *);
253253
extern "C" void C_execVeri(void *, void *);

src/pmtest.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ void PMTest::VeriProc(FastVector<Metadata *> *veriptr)
652652
}
653653
}
654654

655-
/* C programming interface for Nvmveri */
655+
/* C programming interface for PMTest */
656656

657657
void *C_createVeriInstance()
658658
{

0 commit comments

Comments
 (0)