summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'psi/dwmainc.c')
-rw-r--r--psi/dwmainc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/psi/dwmainc.c b/psi/dwmainc.c
index 7fd21b91..7f3790ce 100644
--- a/psi/dwmainc.c
+++ b/psi/dwmainc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2020 Artifex Software, Inc.
+/* Copyright (C) 2001-2021 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -168,7 +168,7 @@ gsdll_stdin_utf8(void *instance, char *buf, int len)
/* Previously the code here has always just checked for whether
* _read returns <= 0 to see whether we should exit. According
* to the docs -1 means error, 0 means EOF. Unfortunately,
- * building using VS2015 there appears to be a bug in the
+ * building using VS2015 there appears to be a bug in the
* runtime, whereby a line with a single return on it (on an
* ANSI encoded Text file at least) causes a 0 return value.
* We hack around this by second guessing the code. We clear