aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Moncayo2013-12-07 14:02:09 +0100
committerDani Moncayo2013-12-07 14:02:09 +0100
commit34a731f8d04e6f70bd93b82cd65b6de024460ea3 (patch)
tree030fa5ba8d0cd3299dbf84cf4a4f3fdd158c8edd
parente330b64699b4560bb270d00a89d3c09d91210057 (diff)
downloademacs-34a731f8d04e6f70bd93b82cd65b6de024460ea3.tar.gz
emacs-34a731f8d04e6f70bd93b82cd65b6de024460ea3.zip
build-aux/msys-to-w32: Fix a typo in a comment.
-rwxr-xr-xbuild-aux/msys-to-w322
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/msys-to-w32 b/build-aux/msys-to-w32
index a617f18af4b..e9a06d76732 100755
--- a/build-aux/msys-to-w32
+++ b/build-aux/msys-to-w32
@@ -110,7 +110,7 @@ do
110 # The path exists, so just translate it 110 # The path exists, so just translate it
111 w32p=`cd "$p" && pwd -W` 111 w32p=`cd "$p" && pwd -W`
112 else 112 else
113 # The path does not exists. So, try to guess the 113 # The path does not exist. So, try to guess the
114 # Windows-native translation, by looking for the deepest 114 # Windows-native translation, by looking for the deepest
115 # existing directory in this path, and then translating the 115 # existing directory in this path, and then translating the
116 # existing part and concatenating the remainder. 116 # existing part and concatenating the remainder.