summaryrefslogtreecommitdiff
path: root/plan9/config.plan9
diff options
context:
space:
mode:
Diffstat (limited to 'plan9/config.plan9')
-rw-r--r--plan9/config.plan92
1 files changed, 1 insertions, 1 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9
index b35f60a93a..24b3075f71 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -716,7 +716,7 @@
/* HAS_SHMAT_PROTOTYPE:
* This symbol, if defined, indicates that the sys/shm.h includes
* a prototype for shmat(). Otherwise, it is up to the program to
- * guess one. Shmat_t shmat _((int, Shmat_t, int)) is a good guess,
+ * guess one. Shmat_t shmat (int, Shmat_t, int) is a good guess,
* but not always right so it should be emitted by the program only
* when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
*/