Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Nov 2023 17:08:39 GMT
From:      Brad Davis <brd@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5bcd2d5a43c0 - main - Fix a comment typo.
Message-ID:  <202311171708.3AHH8dwC075566@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brd:

URL: https://cgit.FreeBSD.org/src/commit/?id=5bcd2d5a43c0eef256f932d726c0ed764945b17f

commit 5bcd2d5a43c0eef256f932d726c0ed764945b17f
Author:     Brad Davis <brd@FreeBSD.org>
AuthorDate: 2023-11-17 17:06:36 +0000
Commit:     Brad Davis <brd@FreeBSD.org>
CommitDate: 2023-11-17 17:08:24 +0000

    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 <sys/module.h>
 
 /*
- * 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311171708.3AHH8dwC075566>