linux kernel module: fix typo

Message ID 20200805140515.1601969-1-ohilyard@iol.unh.edu (mailing list archive)
State Superseded
Headers
Series linux kernel module: fix typo |

Commit Message

Owen Hilyard Aug. 5, 2020, 2:05 p.m. UTC
  fixes a typo I missed that checkpatch caught
---
 tests/TestSuite_linux_modules.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/tests/TestSuite_linux_modules.py b/tests/TestSuite_linux_modules.py
index 7cb479d..a5a1542 100644
--- a/tests/TestSuite_linux_modules.py
+++ b/tests/TestSuite_linux_modules.py
@@ -136,7 +136,7 @@  class LinuxModulesHelperMethods:
 
     def test_tx_rx(self):
         """
-        Preforms the testing that needs to be done as root.
+        Performs the testing that needs to be done as root.
         @param driver: The driver to test
         """
         self.tx_rx_test_helper(self.pmdout)