aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorJuanma Barranquero2009-12-29 01:51:07 +0100
committerJuanma Barranquero2009-12-29 01:51:07 +0100
commit96c834b62ad63c11281d0c104091a2278fcc20ed (patch)
tree167df9b64e4047ed947a66e16b4262bfeb68b353 /src/process.c
parent543f553a8db74d2e450d966544013478a2ced902 (diff)
downloademacs-96c834b62ad63c11281d0c104091a2278fcc20ed.tar.gz
emacs-96c834b62ad63c11281d0c104091a2278fcc20ed.zip
process.c: Fix typo in comment.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
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 ()
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