From 99f1a44ca4335719542f92d560681fe25f288da8 Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Fri, 24 Jun 2005 17:28:37 -0700
Subject: [PATCH] [svn] Comment docfix.

---
 src/mswindows.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mswindows.h b/src/mswindows.h
index ef4f4fab..6542744c 100644
--- a/src/mswindows.h
+++ b/src/mswindows.h
@@ -62,7 +62,7 @@ so, delete this exception statement from your version.  */
 /* Missing in several .c files.  Include here.  */
 #include <io.h>
 
-/* Apparently needed for alloca().  */
+/* Apparently needed to get alloca().  */
 #include <malloc.h>
 
 #ifndef S_ISDIR