Commit 15831e0d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll: Fix the spelling of a comment.

parent 188e8988
......@@ -755,7 +755,7 @@ static void free_used_block( struct heap *heap, SUBHEAP *subheap, struct block *
}
else if (!heap->shared)
{
/* keep room for a full commited block as hysteresis */
/* keep room for a full committed block as hysteresis */
subheap_decommit( heap, subheap, (char *)(entry + 1) + (COMMIT_MASK + 1) );
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment