X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=vss.c;h=e6705b6f74cb7a9d4c9c2d5c93abab05020753a8;hb=23af03dbfb283045ff952267ee83c2b7f2ef6380;hp=f1bb57983609ad60c20cb03ba73b3a1e518e9cd3;hpb=178fcf6a776ac60eaa55174c883f1c6735204670;p=paraslash.git diff --git a/vss.c b/vss.c index f1bb5798..e6705b6f 100644 --- a/vss.c +++ b/vss.c @@ -298,7 +298,7 @@ static int initialize_fec_client(struct fec_client *fc, struct vss_task *vsst) if (fcp->init_fec) { /* * Set the maximum slice size to the Maximum Packet Size if the - * transport protocol allows to determine this value. The user + * transport protocol allows determination of this value. The user * can specify a slice size up to this value. */ ret = fcp->init_fec(fc->sc); @@ -1194,7 +1194,7 @@ void vss_init(int afs_socket, struct sched *s) &vsst->data_send_barrier); } vsst->task = task_register(&(struct task_info) { - .name = "vss task", + .name = "vss", .pre_select = vss_pre_select, .post_select = vss_post_select, .context = vsst,