Skip to content

Commit 14ced88

Browse files
javiereguiluzcmb69
authored andcommitted
[ci skip] Fix typo (anough → enough)
Closes GH-8901.
1 parent 9a7d37a commit 14ced88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/shared_alloc_mmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static void *find_prefered_mmap_base(size_t requested_size)
6767
/* the current segment is PHP .text segment itself */
6868
if (last_candidate != (uintptr_t)MAP_FAILED) {
6969
if (end - last_candidate < UINT32_MAX) {
70-
/* we have found a big anough hole before the text segment */
70+
/* we have found a big enough hole before the text segment */
7171
break;
7272
}
7373
last_candidate = (uintptr_t)MAP_FAILED;

0 commit comments

Comments
 (0)