From 9d9182dfef6e823f20afd98ff3028119120ac9f8 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 23 Nov 2013 21:18:21 -0200 Subject: [PATCH] - Typo --- phpdbg_bp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_bp.h b/phpdbg_bp.h index c9ff99be20..ad57b9c4c6 100644 --- a/phpdbg_bp.h +++ b/phpdbg_bp.h @@ -69,7 +69,7 @@ typedef struct _phpdbg_breakop_t { } phpdbg_breakop_t; /** - * Breakpoint opline based representation + * Breakpoint condition based representation */ typedef struct _phpdbg_breakcond_t { zval code; -- 2.50.1