aboutsummaryrefslogtreecommitdiffstats
path: root/src/systty.h
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>1996-07-02 16:25:41 +0000
committerMiles Bader <[email protected]>1996-07-02 16:25:41 +0000
commitafcaa5036f01fd37a3b793d4a2f22a7015f2eac3 (patch)
tree5d918646ac0f74e405b42f4c9a3ded6818ae538e /src/systty.h
parent996b804dde127409f56d63f4dc85f180a17e0c28 (diff)
Delete spurious period from last change.
Diffstat (limited to 'src/systty.h')
-rw-r--r--src/systty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systty.h b/src/systty.h
index 59e5ad813f..d9376fa18e 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -295,7 +295,7 @@ static struct sensemode {
/* EMACS_GETPGRP (arg) returns the process group of the process. */
#ifdef __GNU_LIBRARY__
-/* GNU libc by default defines getpgrp with no args on all systems. */.
+/* GNU libc by default defines getpgrp with no args on all systems. */
#define GETPGRP_NO_ARG
#else /* not __GNU_LIBRARY__ */
#if defined (USG) && !defined (GETPGRP_NEEDS_ARG)