| Index: src/platform-cygwin.cc
|
| diff --git a/src/platform-cygwin.cc b/src/platform-cygwin.cc
|
| index 6dd04dd172fac0b22adbc7ff66b42cfbf1911019..ac804398f194878e681f5cfd129250e90f02f8a8 100644
|
| --- a/src/platform-cygwin.cc
|
| +++ b/src/platform-cygwin.cc
|
| @@ -25,8 +25,8 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Platform specific code for Cygwin goes here. For the POSIX comaptible parts
|
| -// the implementation is in platform-posix.cc.
|
| +// Platform-specific code for Cygwin goes here. For the POSIX-compatible
|
| +// parts, the implementation is in platform-posix.cc.
|
|
|
| #include <errno.h>
|
| #include <pthread.h>
|
|
|