]> granicus.if.org Git - php/commitdiff
- err, revert
authorFelipe Pena <felipensp@gmail.com>
Sat, 23 Nov 2013 16:46:38 +0000 (14:46 -0200)
committerFelipe Pena <felipensp@gmail.com>
Sat, 23 Nov 2013 16:46:38 +0000 (14:46 -0200)
phpdbg.c

index 4650f58449225b882da2f47272b79be6c9143b50..e4eff77e44778906b2fffb21527e9769a0aebb25 100644 (file)
--- a/phpdbg.c
+++ b/phpdbg.c
@@ -446,7 +446,7 @@ static inline void phpdbg_sigint_handler(int signo) /* {{{ */
        TSRMLS_FETCH();
 
        if (EG(in_execution)) {
-               /* we don't want to set signalled while phpdbg is not interactive */
+               /* we don't want to set signalled while phpdbg is interactive */
                if (!(PHPDBG_G(flags) & PHPDBG_IS_INTERACTIVE)) {
                        PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED;
                }