Fixed typo

This commit is contained in:
Adam Sawicki 2018-06-14 16:54:55 +02:00
parent 212a4a6567
commit 11904e3cec

View File

@ -820,7 +820,7 @@ you can use debug features of this library to verify this.
\section corruption_detection_margins Margins
By default, allocations are laid your in memory blocks next to each other if possible
By default, allocations are laid out in memory blocks next to each other if possible
(considering required alignment, `bufferImageGranularity`, and `nonCoherentAtomSize`).
![Allocations without margin](../gfx/Margins_1.png)