From dde917924a277ee608acf1f90fa16b0b2a796eba Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 30 Nov 2011 18:51:09 +0100 Subject: [PATCH] Tweak comments in migration --- bacula/src/dird/migrate.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bacula/src/dird/migrate.c b/bacula/src/dird/migrate.c index 0dcc866dcc..f43d4ad3ba 100644 --- a/bacula/src/dird/migrate.c +++ b/bacula/src/dird/migrate.c @@ -238,8 +238,9 @@ bool do_migration_init(JCR *jcr) /* * set_migration_next_pool() called by do_migration_init() * at differents stages. - * The idea here is tofactorize the NextPool's search code and - * to permit do_migration_init() to return with NextPool set in jcr struct. + * The idea here is to make a common subroutine for the + * NextPool's search code and to permit do_migration_init() + * to return with NextPool set in jcr struct. */ static bool set_migration_next_pool(JCR *jcr, POOL **retpool) { -- 2.39.5