Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDick Porter <dick@acm.org>2008-06-19 18:58:06 +0400
committerDick Porter <dick@acm.org>2008-06-19 18:58:06 +0400
commit91247bdd9831d33ba076d1736da328658edca6b3 (patch)
tree71aafdf069e5b23afe47216fdb32d76ad20c831a /mcs/class/System/System.Diagnostics/ChangeLog
parenta4a491eac8bcbfb0a3e9c675600751dc20259d07 (diff)
Fix thinko in ChangeLog
svn path=/trunk/mcs/; revision=106218
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index 526ea63a67c..396955cebad 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,6 +1,6 @@
2008-06-19 Dick Porter <dick@ximian.com>
- * Process.cs: Match the buffer sizes of StreamWriter and
+ * Process.cs: Match the buffer sizes of StreamReader and
MonoSyncFileStream for redirected stdout and stderr. Fixes bug
401225.