]> granicus.if.org Git - php/commitdiff
Fix typo
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 30 Dec 2019 16:21:50 +0000 (17:21 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 30 Dec 2019 16:21:50 +0000 (17:21 +0100)
sapi/phpdbg/phpdbg.h

index 44b1273e2572bd16802bb1f80f0bac9c3ee5364f..9a2efd29dc0f5aa5f81ae268f0c4bb223857e2bc 100644 (file)
 #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