# HG changeset patch # User Juanma Barranquero # Date 1262047867 -3600 # Node ID 72ee8229ccc7a5f18493a24b49c72fdb5638ab82 # Parent d3ca1d918965f159e84461c9d269be0e3d4dad1a process.c: Fix typo in comment. diff -r d3ca1d918965 -r 72ee8229ccc7 src/process.c --- a/src/process.c Mon Dec 28 20:38:29 2009 +0100 +++ b/src/process.c Tue Dec 29 01:51:07 2009 +0100 @@ -4566,7 +4566,7 @@ } /* 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