]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak comments in migration
authorKern Sibbald <kern@sibbald.com>
Wed, 30 Nov 2011 17:51:09 +0000 (18:51 +0100)
committerKern Sibbald <kern@sibbald.com>
Wed, 30 Nov 2011 17:54:54 +0000 (18:54 +0100)
bacula/src/dird/migrate.c

index 0dcc866dcc46fd746a64f4b6d29a8d0c08d4a52c..f43d4ad3ba6a9b69096957d54c2f8fe8eed23394 100644 (file)
@@ -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)
 {