summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-12-02 09:59:53 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-12-02 09:59:53 +0000
commitf5dc13757fe4f09e5c4c01f5f6190691fd30dc67 (patch)
treedd8525143611bce2d760809840af2f7309805f78
parent79a6cc4d4937012651d30054e2bcdbf62de2b0fb (diff)
downloadcygnal-f5dc13757fe4f09e5c4c01f5f6190691fd30dc67.tar.gz
cygnal-f5dc13757fe4f09e5c4c01f5f6190691fd30dc67.tar.bz2
cygnal-f5dc13757fe4f09e5c4c01f5f6190691fd30dc67.zip
* cygheap.cc (init_cygheap::init_installation_root): Fix typo in
comment.
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/cygheap.cc2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b4e87f9fc..e8210988e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2014-12-02 Corinna Vinschen <corinna@vinschen.de>
+ * cygheap.cc (init_cygheap::init_installation_root): Fix typo in
+ comment.
+
+2014-12-02 Corinna Vinschen <corinna@vinschen.de>
+
* autoload.cc (IdnToAscii): Use simpler, equivalent LoadDLLfuncEx.
(IdnToUnicode): Ditto.
diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc
index 3077e0688..6493485c3 100644
--- a/winsup/cygwin/cygheap.cc
+++ b/winsup/cygwin/cygheap.cc
@@ -192,7 +192,7 @@ init_cygheap::init_installation_root ()
/* Copy result into installation_dir before stripping off "bin" dir and
revert to Win32 path. This path is added to the Windows environment
- in buildenv. See there for a description. */
+ in build_env. See there for a description. */
installation_dir_len = wcpncpy (installation_dir, installation_root + len,
PATH_MAX)
- installation_dir;