From a44593857453b9716f0c31abaafa1c9c0203e31f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Nov 2009 22:01:57 +0000 Subject: lv2:hardRtCapable -> lv2:hardRTCapable. Oops. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2245 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/plugininstance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2/plugininstance.h') diff --git a/slv2/plugininstance.h b/slv2/plugininstance.h index 15b2d22..7ef78ab 100644 --- a/slv2/plugininstance.h +++ b/slv2/plugininstance.h @@ -131,7 +131,7 @@ slv2_instance_activate(SLV2Instance instance) /** Run \a instance for \a sample_count frames. * - * If the hint lv2:hardRtCapable is set for this plugin, this function is + * If the hint lv2:hardRTCapable is set for this plugin, this function is * guaranteed not to block. */ static inline void -- cgit v1.2.1