From 4e9b87e2cb2062c82ae173321856c76ca24acb89 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 16 Dec 2020 21:28:09 +1100 Subject: [PATCH] docs: fix simple typo, prefered -> preferred There is a small typo in sph_types.h. Should read `preferred` rather than `prefered`. --- sph_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sph_types.h b/sph_types.h index 7295b0b..3c3b8ea 100644 --- a/sph_types.h +++ b/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