From 292b1f49aaec317b1d7549e38684e8c6943c2ac0 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 19 Dec 2020 07:25:37 +1100 Subject: [PATCH] docs: fix simple typo, prefered -> preferred There is a small typo in h9/sph_types.h. Should read `preferred` rather than `prefered`. --- h9/sph_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h9/sph_types.h b/h9/sph_types.h index 7295b0b..3c3b8ea 100644 --- a/h9/sph_types.h +++ b/h9/sph_types.h @@ -560,7 +560,7 @@ typedef __arch_dependant__ sph_s64; /** * When defined, this macro indicates that unaligned memory accesses - * are possible with only a minor penalty, and thus should be prefered + * are possible with only a minor penalty, and thus should be preferred * over strategies which first copy data to an aligned buffer. */ #define SPH_UNALIGNED