From 9d56263f4f2d911e1cb8c51d29a9401915e653a1 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Thu, 2 Jun 2022 22:16:27 +0200 Subject: [PATCH] Fix enumerator case in comment. --- src/MCP23017.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MCP23017.h b/src/MCP23017.h index e665108..634fd8c 100644 --- a/src/MCP23017.h +++ b/src/MCP23017.h @@ -191,8 +191,8 @@ class MCP23017 /** * Controls how the interrupt pins act with each other. - * If intMode is SEPARATED, interrupt conditions on a port will cause its respective INT pin to active. - * If intMode is OR, interrupt pins are OR'ed so an interrupt on one of the port will cause both pints to active. + * If intMode is Separated, interrupt conditions on a port will cause its respective INT pin to active. + * If intMode is Or, interrupt pins are OR'ed so an interrupt on one of the port will cause both pints to active. * * Controls the IOCON.MIRROR bit. * See "3.5.6 Configuration register".