From 492abccfe633ed22f030d23c34f5f62ce35fbc5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Daase?= Date: Thu, 7 Oct 2021 21:31:01 +0200 Subject: [PATCH] filter-chain: fix incorrect codespell fix Fixes https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/cf38b7bdc4736a2ca3161e48cb92ad8da84f8170 --- src/modules/module-filter-chain/pffft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-filter-chain/pffft.h b/src/modules/module-filter-chain/pffft.h index 4e9327dc4..75e0d21cd 100644 --- a/src/modules/module-filter-chain/pffft.h +++ b/src/modules/module-filter-chain/pffft.h @@ -170,7 +170,7 @@ extern "C" { void *pffft_aligned_malloc(size_t nb_bytes); void pffft_aligned_free(void *); - /* return 4 or 1 weather support SSE/Altivec instructions was enable when building pffft.c */ + /* return 4 or 1 depending on whether support for SSE/Altivec instructions was enabled when building pffft.c */ int pffft_simd_size(); void pffft_select_cpu(int flags);