fix unterminated comment
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index f605cca..b577ba9 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -3295,7 +3295,7 @@
 		return NULL;
 	}
 
-	/* setup the pipe
+	/* setup the pipe */
 	if ((rc = DosCreatePipe(&pipeh[0], &pipeh[1], pipesize)) != NO_ERROR) {
 		*err = rc;
 		return NULL;