summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-12-30 17:21:50 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-12-30 17:21:50 +0100
commit1ab9d626d1d9b7ddcd97a768006d2aa8f0f171c1 (patch)
tree021dd2bcf82087481fe6b8c3cb420d9e368e1565 /sapi/phpdbg
parente34a1f92894a9d10f99b8eb80b3531239b4cafc1 (diff)
downloadphp-git-1ab9d626d1d9b7ddcd97a768006d2aa8f0f171c1.tar.gz
Fix typo
Diffstat (limited to 'sapi/phpdbg')
-rw-r--r--sapi/phpdbg/phpdbg.h2
1 files changed, 1 insertions, 1 deletions
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