Skip to content

Commit ab6272a

Browse files
Merge pull request diffblue#3068 from tautschnig/fix-typo
Fix typo originial -> original
2 parents b047845 + 99ffe1d commit ab6272a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansi-c/library/stdlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ __CPROVER_HIDE:;
435435
// As _mid_memalign simplifies for alignment <= MALLOC_ALIGNMENT
436436
// to a malloc call, it should be sound, if we do it too.
437437

438-
// The originial posix_memalign check on the pointer is:
438+
// The original posix_memalign check on the pointer is:
439439

440440
// void *tmp = malloc(size);
441441
// if(tmp != NULL){

0 commit comments

Comments
 (0)