Skip to content

Commit

Permalink
change comments
Browse files Browse the repository at this point in the history
  • Loading branch information
warsier committed Dec 27, 2018
1 parent e00f78c commit b4d1a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/pmtest.hh
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public:
extern "C" void C_initThread();
extern "C" void C_getNewMetadataPtr();

/* Nvmveri */
/* PMTest */
extern "C" void *C_createVeriInstance();
extern "C" void C_deleteVeriInstance(void *);
extern "C" void C_execVeri(void *, void *);
Expand Down
2 changes: 1 addition & 1 deletion src/pmtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ void PMTest::VeriProc(FastVector<Metadata *> *veriptr)
}
}

/* C programming interface for Nvmveri */
/* C programming interface for PMTest */

void *C_createVeriInstance()
{
Expand Down

0 comments on commit b4d1a9a

Please sign in to comment.