From cd5857fba9718ecf12dec5bba800f48851d8ab42 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 10 Aug 2015 22:28:05 +0200 Subject: [PATCH 1/1] Fix typo in server.c. The full stop needs to be a comma. --- server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2