X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.c;h=2cd0a1632922b0b2272aa183c0ddba8c4b4a3d30;hp=0a1ac525abc8389ef6d7f1ed1817d9fbc0dd664a;hb=e2167286448ce2ed9a01a548e7e9832563035088;hpb=8f69a1302a52163c61142531c4a6944510c3ec12;ds=sidebyside diff --git a/vss.c b/vss.c index 0a1ac525..2cd0a163 100644 --- a/vss.c +++ b/vss.c @@ -25,8 +25,8 @@ #include "string.h" #include "afh.h" #include "afs.h" -#include "server.h" #include "net.h" +#include "server.h" #include "list.h" #include "send.h" #include "sched.h" @@ -283,7 +283,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);