Fix a couple of typos.

This commit is contained in:
Christopher Faylor 2012-04-06 04:36:22 +00:00
parent d422f9e30f
commit 7217f94752

View File

@ -4,7 +4,7 @@
2012-04-05 Corinna Vinschen <corinna@vinschen.de> 2012-04-05 Corinna Vinschen <corinna@vinschen.de>
* passwd.cc (pwdgrp::read_passwd): Fix pretty_ls entry tyo contain * passwd.cc (pwdgrp::read_passwd): Fix pretty_ls entry typo contain
the required number of colons. the required number of colons.
2012-04-04 Christopher Faylor <me.cygwin2012@cgf.cx> 2012-04-04 Christopher Faylor <me.cygwin2012@cgf.cx>
@ -36,7 +36,7 @@
2012-04-04 Corinna Vinschen <corinna@vinschen.de> 2012-04-04 Corinna Vinschen <corinna@vinschen.de>
* path.cc (path_conv::check): Convert device type to FH_FS for * path.cc (path_conv::check): Convert device type to FH_FS for
non-existant files on /dev, unless /dev itself doesn't exist on disk. non-existent files on /dev, unless /dev itself doesn't exist on disk.
Add comment to explain why. Add comment to explain why.
2012-04-04 Corinna Vinschen <corinna@vinschen.de> 2012-04-04 Corinna Vinschen <corinna@vinschen.de>
@ -906,7 +906,7 @@
2012-02-13 Corinna Vinschen <corinna@vinschen.de> 2012-02-13 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (clean): Remove non-existant regexp dir. * Makefile.in (clean): Remove non-existent regexp dir.
* collate.h: New header. * collate.h: New header.
(__collate_range_cmp): Declare. (__collate_range_cmp): Declare.