X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osl.c;h=b1aaf3e5060b5f07ed9d61cbf02a2e0b66359510;hp=6743b66b50fbfab2e043602ff8729985a6354a15;hb=fff649efb036203c055d72ed74104fb00964ab2a;hpb=d42bd02d10976225cff2efa57b7eb2a8c240aa5f diff --git a/osl.c b/osl.c index 6743b66b..b1aaf3e5 100644 --- a/osl.c +++ b/osl.c @@ -12,9 +12,6 @@ #include /* readdir() */ #include -//#define FMT_OFF_T "%li" - - /** * A wrapper for lseek(2). * @@ -41,7 +38,7 @@ int para_lseek(int fd, off_t *offset, int whence) } /** - * Waraper for the write system call. + * Wrapper for the write system call. * * \param fd The file descriptor to write to. * \param buf The buffer to write.