X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.c;h=2cd0a1632922b0b2272aa183c0ddba8c4b4a3d30;hp=0a1ac525abc8389ef6d7f1ed1817d9fbc0dd664a;hb=3d33c9e922243e6f9f716c5a220d10e34bd694b7;hpb=273abb0f5e62d1ed3f6de70b23eba735ee01db53 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);