From: Kern Sibbald Date: Wed, 30 Nov 2011 17:51:09 +0000 (+0100) Subject: Tweak comments in migration X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dde917924a277ee608acf1f90fa16b0b2a796eba;p=bacula%2Fbacula Tweak comments in migration --- 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) {