Skip to content

Commit 8c875c7

Browse files
committed
fix typo
1 parent 33e9711 commit 8c875c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blockmemshell/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2118,7 +2118,7 @@ void BMSfreeBlockMemory_work(
21182118

21192119
debugMessage("free %8llu bytes in %p [%s:%d]\n", (unsigned long long)size, *ptr, filename, line);
21202120

2121-
/* find correspoding chunk block */
2121+
/* find corresponding chunk block */
21222122
assert( blkmem->chkmemhash != NULL );
21232123
chkmem = blkmem->chkmemhash[hashnumber];
21242124
while( chkmem != NULL && chkmem->elemsize != (int)size )

0 commit comments

Comments
 (0)