summaryrefslogtreecommitdiff
path: root/src/vmsproc.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-05 10:03:17 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-05 10:03:17 +0000
commit5bd22ef8faca6c75d525ca858303ea7389257cb1 (patch)
treee8552da69ae0f28b512fd096b0759f7a7b72c03c /src/vmsproc.c
parented4c7adf5b51fa14a04dbe148f0536e2f9fb64c5 (diff)
downloademacs-5bd22ef8faca6c75d525ca858303ea7389257cb1.tar.gz
Comment fixes.
Diffstat (limited to 'src/vmsproc.c')
-rw-r--r--src/vmsproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmsproc.c b/src/vmsproc.c
index c28a0261e37..a20a1a64544 100644
--- a/src/vmsproc.c
+++ b/src/vmsproc.c
@@ -719,7 +719,7 @@ create_process (process, new_argv)
Event flags returned start at 1 for the keyboard.
Since Unix expects descriptor 0 for the keyboard,
- we substract one from the event flag.
+ we subtract one from the event flag.
*/
inchannel = vs->eventFlag-1;