docs: small fixes

Co-authored-by: Wansmer <wansmer@gmail.com>
Co-authored-by: Andrew Voynov <andrewvoynov.b@gmail.com>
Co-authored-by: David Moberg <david.moberg@mediatek.com>
This commit is contained in:
dundargoc
2023-09-15 09:43:48 +02:00
committed by dundargoc
parent fd39f5ce8c
commit c3d21ad1bc
10 changed files with 16 additions and 18 deletions

View File

@@ -852,7 +852,7 @@ static void intersect_add(Intersection *x, Intersection *y)
}
}
// inplace assymetric difference: x &= ~y
// inplace asymmetric difference: x &= ~y
static void intersect_sub(Intersection *restrict x, Intersection *restrict y)
{
size_t xi = 0, yi = 0;