diff options
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/amount.h b/src/amount.h index 8679d665..a9e60be3 100644 --- a/src/amount.h +++ b/src/amount.h @@ -88,9 +88,9 @@ class amount_t { public: /** - * The initialize and shutdown methods ready the amount subsystem - * for use. Normally they are called by `ledger::initialize' and - * `ledger::shutdown'. + * The initialize and shutdown methods ready the amount subsystem for + * use. Normally they are called by `session_t::initialize' and + * `session_t::shutdown'. */ static void initialize(); static void shutdown(); |