From 6360807951f9e842462b8b575f07c97c29299490 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sun, 23 Dec 2007 15:11:32 +0000 Subject: [PATCH] Typo git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2888 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/port.h b/sc2/src/port.h index f5ee575df..8d7f0a88c 100644 --- a/sc2/src/port.h +++ b/sc2/src/port.h @@ -502,7 +502,7 @@ typedef unsigned int wint_t; // stderr is normally unbuffered when connected to a terminal, but it // will be buffered when connected to a file, when a --logfile argument // is passed to uqm. -// Buffered output is slower, which can be significant if much debug output +// Unbuffered output is slower, which can be significant if much debug output // is requested, but after a crash occurs the logfile will still be up to // date. // On platforms where there is no console, having up-to-date log files