]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/append.c
Make dup jobs regress test work
[bacula/bacula] / bacula / src / stored / append.c
index e97bbd747454e3a2c69a7f13c83754c0554001f4..0623426503c9138ffc536bb190117726203abeb8 100644 (file)
@@ -314,7 +314,7 @@ bool do_append_data(JCR *jcr)
    if (!ok) {
       discard_data_spool(dcr);
    } else {
-      /* Note: if commit is OK, the device will remain locked */
+      /* Note: if commit is OK, the device will remain blocked */
       commit_data_spool(dcr);
    }