Commit 8861d442 authored by Marko Mäkelä's avatar Marko Mäkelä

Correct member function comments

parent 704ef98d
......@@ -990,10 +990,10 @@ class trx_sys_t
bool is_initialised() { return m_initialised; }
/** Initialise the purge subsystem. */
/** Initialise the transaction subsystem. */
void create();
/** Close the purge subsystem on shutdown. */
/** Close the transaction subsystem on shutdown. */
void close();
/** @return total number of active (non-prepared) transactions */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment