aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-06-28 18:29:46 +0300
committerEli Zaretskii2015-06-28 18:29:46 +0300
commit39e08cc354f13160093d280ba773acb08ee63ed3 (patch)
tree14a48dc8bd9c3bcabc428054f868a6bae7787c1f
parent27672f74e0fe6a3f4b422c7ce339a7e5ee2d8efc (diff)
downloademacs-39e08cc354f13160093d280ba773acb08ee63ed3.tar.gz
emacs-39e08cc354f13160093d280ba773acb08ee63ed3.zip
; * src/w32proc.c (w32_executable_type): Fix a typo in a comment.
-rw-r--r--src/w32proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index b301fcf18ab..ca4322b69d1 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -1645,7 +1645,7 @@ w32_executable_type (char * filename,
1645 { 1645 {
1646 /* This catches both MSYS 1.x and MSYS2 1646 /* This catches both MSYS 1.x and MSYS2
1647 executables (the DLL name is msys-1.0.dll and 1647 executables (the DLL name is msys-1.0.dll and
1648 msys-2.0.dll, respectively). There's doesn't 1648 msys-2.0.dll, respectively). There doesn't
1649 seem to be a reason to distinguish between 1649 seem to be a reason to distinguish between
1650 the two, for now. */ 1650 the two, for now. */
1651 *is_msys_app = TRUE; 1651 *is_msys_app = TRUE;