Index: net/ftp/ftp_util.cc |
diff --git a/net/ftp/ftp_util.cc b/net/ftp/ftp_util.cc |
index 00b23b7c10b771daea8da81324fbc4fcc9f4249a..9bc43dad7fe479525c97d98d4911e004d6767845 100644 |
--- a/net/ftp/ftp_util.cc |
+++ b/net/ftp/ftp_util.cc |
@@ -348,7 +348,7 @@ bool FtpUtil::WindowsDateListingToTime(const base::string16& date, |
} |
} |
- // We don't know the time zone of the server, so just use local time. |
+ // We don't know the time zone of the listing, so just use local time. |
*result = base::Time::FromLocalExploded(time_exploded); |
return true; |
} |