Skip to content

Commit 1ab9d62

Browse files
committed
Fix typo
1 parent e34a1f9 commit 1ab9d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/phpdbg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
#define PHPDBG_DEFAULT_PROMPT "prompt>"
110110
/* }}} */
111111

112-
/* Hey, apple. One shouldn't define *functions* from the standard C library as marcos. */
112+
/* Hey, apple. One shouldn't define *functions* from the standard C library as macros. */
113113
#ifdef memcpy
114114
#define memcpy_tmp(...) memcpy(__VA_ARGS__)
115115
#undef memcpy

0 commit comments

Comments
 (0)