From 5bcd2d5a43c0eef256f932d726c0ed764945b17f Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Fri, 17 Nov 2023 10:06:36 -0700 Subject: [PATCH] Fix a comment typo. --- share/examples/modules/skel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/examples/modules/skel.c b/share/examples/modules/skel.c index 407cbee32e8a..beb461720dfa 100644 --- a/share/examples/modules/skel.c +++ b/share/examples/modules/skel.c @@ -44,7 +44,7 @@ #include /* - * Every module can hav ea module specific piece of code that is + * Every module can have a module specific piece of code that is * executed whenever the module is loaded or unloaded. The following * is a trivial example that prints a message on the console whenever * the module is loaded or unloaded.