comparison src/process.c @ 106675:72ee8229ccc7

process.c: Fix typo in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 29 Dec 2009 01:51:07 +0100
parents 31424b91531a
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
106674:d3ca1d918965 106675:72ee8229ccc7
4564 wait_reading_process_output_1 () 4564 wait_reading_process_output_1 ()
4565 { 4565 {
4566 } 4566 }
4567 4567
4568 /* Use a wrapper around select to work around a bug in gdb 5.3. 4568 /* Use a wrapper around select to work around a bug in gdb 5.3.
4569 Normally, the wrapper is optimzed away by inlining. 4569 Normally, the wrapper is optimized away by inlining.
4570 4570
4571 If emacs is stopped inside select, the gdb backtrace doesn't 4571 If emacs is stopped inside select, the gdb backtrace doesn't
4572 show the function which called select, so it is practically 4572 show the function which called select, so it is practically
4573 impossible to step through wait_reading_process_output. */ 4573 impossible to step through wait_reading_process_output. */
4574 4574