From 40a1dc4eab3f6d1a6ec311a9f77e27eaa9db9949 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 28 Apr 2014 06:28:20 +0200 Subject: [PATCH] (rarch_dsp.h) Typo fix --- audio/filters/rarch_dsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/filters/rarch_dsp.h b/audio/filters/rarch_dsp.h index b54efaea31..d350caab33 100644 --- a/audio/filters/rarch_dsp.h +++ b/audio/filters/rarch_dsp.h @@ -99,7 +99,7 @@ typedef struct rarch_dsp_plugin int api_version; // Signal plugin that it may open a configuring window or - // something similiar. The behavior of this function + // something similar. The behavior of this function // is thus plugin dependent. Implementing this is optional, // and can be set to NULL. void (*config)(void *data);