Cleanup: Grammar: Fallback vs. fall back

The former is a noun or adjective, the latter is a verb.
This commit is contained in:
Hans Goudey
2025-06-02 17:13:56 -04:00
parent 166bfb3811
commit 77b14f2dcb
120 changed files with 152 additions and 154 deletions

View File

@@ -744,7 +744,7 @@ void *MEM_guarded_calloc_arrayN_aligned(const size_t len,
const char *str)
{
size_t bytes_num;
/* There is no lower level #calloc with an alignment parameter, so we have to fallback to using
/* There is no lower level #calloc with an alignment parameter, so we have to fall back to using
* #memset unfortunately. */
void *ptr = mem_guarded_malloc_arrayN_aligned(len, size, alignment, str, bytes_num);
if (!ptr) {