From: Andre Noll Date: Mon, 10 Aug 2015 20:28:05 +0000 (+0200) Subject: Fix typo in server.c. X-Git-Tag: v0.5.5~12 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=cd5857fba9718ecf12dec5bba800f48851d8ab42;hp=d16908705950b9e28a1692b4f721f8ae83bf2846 Fix typo in server.c. The full stop needs to be a comma. --- diff --git a/server.c b/server.c index cba57b1d..7cb6e520 100644 --- a/server.c +++ b/server.c @@ -75,7 +75,7 @@ INIT_SERVER_ERRLISTS; /** * Pointer to shared memory area for communication between para_server - * and its children. Exported to vss.c. command.c and to afs. + * and its children. Exported to vss.c, command.c and to afs. */ struct misc_meta_data *mmd;