From 1270ac3310cbb848b00ca33180ec12d89d4d5522 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 19 Jun 2015 16:33:26 +0000 Subject: [PATCH] - main.c, stats.c: replace bopm occurrences with hopm in some comments git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@6165 82007160-df01-0410-b94d-b575c5fd34c7 --- src/main.c | 2 +- src/stats.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 2a8e9e5..a8102a1 100644 --- a/src/main.c +++ b/src/main.c @@ -191,7 +191,7 @@ main(int argc, char *argv[]) irc_cycle(); scan_cycle(); - /* Restart bopm if main_restart() was called (usually happens by m_kill in irc.c) */ + /* Restart HOPM if main_restart() was called (usually happens by m_kill in irc.c) */ if (RESTART) { /* If restarted in debug mode, die */ diff --git a/src/stats.c b/src/stats.c index 9b91d5b..1d26aa2 100644 --- a/src/stats.c +++ b/src/stats.c @@ -56,7 +56,7 @@ static struct StatsHash STATS_PROXIES[] = /* stats_init * - * Perform initialization of bopm stats + * Perform initialization of HOPM stats * * Parameters: NONE * Return: NONE -- 2.30.2