We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00f78c commit b4d1a9aCopy full SHA for b4d1a9a
include/pmtest.hh
@@ -247,7 +247,7 @@ public:
247
extern "C" void C_initThread();
248
extern "C" void C_getNewMetadataPtr();
249
250
-/* Nvmveri */
+/* PMTest */
251
extern "C" void *C_createVeriInstance();
252
extern "C" void C_deleteVeriInstance(void *);
253
extern "C" void C_execVeri(void *, void *);
src/pmtest.cc
@@ -652,7 +652,7 @@ void PMTest::VeriProc(FastVector<Metadata *> *veriptr)
652
}
653
654
655
-/* C programming interface for Nvmveri */
+/* C programming interface for PMTest */
656
657
void *C_createVeriInstance()
658
{
0 commit comments