From 1ab9d626d1d9b7ddcd97a768006d2aa8f0f171c1 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 30 Dec 2019 17:21:50 +0100 Subject: [PATCH] Fix typo --- sapi/phpdbg/phpdbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index 44b1273e25..9a2efd29dc 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -109,7 +109,7 @@ #define PHPDBG_DEFAULT_PROMPT "prompt>" /* }}} */ -/* Hey, apple. One shouldn't define *functions* from the standard C library as marcos. */ +/* Hey, apple. One shouldn't define *functions* from the standard C library as macros. */ #ifdef memcpy #define memcpy_tmp(...) memcpy(__VA_ARGS__) #undef memcpy -- 2.50.1