From 96c834b62ad63c11281d0c104091a2278fcc20ed Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 29 Dec 2009 01:51:07 +0100 Subject: [PATCH] process.c: Fix typo in comment. --- src/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process.c b/src/process.c index 088997d80ac..5cfd51f1832 100644 --- a/src/process.c +++ b/src/process.c @@ -4566,7 +4566,7 @@ wait_reading_process_output_1 () } /* Use a wrapper around select to work around a bug in gdb 5.3. - Normally, the wrapper is optimzed away by inlining. + Normally, the wrapper is optimized away by inlining. If emacs is stopped inside select, the gdb backtrace doesn't show the function which called select, so it is practically -- 2.39.5