diff options
Diffstat (limited to 'src/process.h')
-rw-r--r-- | src/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h index 29cf38a2a4f..3f50fc5a146 100644 --- a/src/process.h +++ b/src/process.h @@ -152,7 +152,7 @@ extern int synch_process_termsig; extern int synch_process_retcode; /* The name of the file open to get a null file, or a data sink. - VMS, MS-DOS, and OS/2 redefine this. */ + MS-DOS, and OS/2 redefine this. */ #ifndef NULL_DEVICE #define NULL_DEVICE "/dev/null" #endif |