Mercurial > emacs
diff 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 |
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
