From 8966a2576f0adca992ba7468ab9d1633f124d422 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 21 Apr 2024 14:43:47 +0100 Subject: [PATCH] Fix a comment typo (cherry picked from commit 720bb248c281983138b8e8cd5c6f5542854a657b) --- plugins/spi/SPIOutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spi/SPIOutput.h b/plugins/spi/SPIOutput.h index 698b052745..fa59d106cf 100644 --- a/plugins/spi/SPIOutput.h +++ b/plugins/spi/SPIOutput.h @@ -73,7 +73,7 @@ class SPIOutput: public ola::rdm::DiscoverableRDMControllerInterface { private: /** - * The RDM Operations for the MovingLightResponder. + * The RDM Operations for the SPIOutput. */ class RDMOps : public ola::rdm::ResponderOps { public: