Mercurial > emacs
changeset 106675:72ee8229ccc7
process.c: Fix typo in comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 29 Dec 2009 01:51:07 +0100 |
parents | d3ca1d918965 |
children | cf3b293aa85d |
files | src/process.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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