From f0739651ba326cee9bdb9fc6396f5092bafa1e0d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 31 Dec 2016 12:49:13 +1000 Subject: [PATCH] Typo. --- mini_al.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index 546b911d..be742fd0 100644 --- a/mini_al.h +++ b/mini_al.h @@ -5576,7 +5576,7 @@ mal_uint32 mal_get_sample_size_in_bytes(mal_format format) // - API CHANGE: Introduced the notion of a context. The context is the highest level object and is required for // enumerating and creating devices. Now, applications must first create a context, and then use that to // enumerate and create devices. The reason for this change is to ensure device enumeration and creation is -// tied to the same backend. In addition, some backends are bettered suited to this design. +// tied to the same backend. In addition, some backends are better suited to this design. // - API CHANGE: Removed the rewinding APIs because they're too inconsistent across the different backends, hard // to test and maintain, and just generally unreliable. // - Null Backend: Fixed a crash when recording.