Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2021 06:52:03 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 122a8c7eb1ba - main - param.h: Fix typos
Message-ID:  <202105050652.1456q31G006957@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=122a8c7eb1baeed7d6d2e213dcfc7e2872bfe878

commit 122a8c7eb1baeed7d6d2e213dcfc7e2872bfe878
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-05-05 06:50:35 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-05-05 06:50:35 +0000

    param.h: Fix typos
    
    Submitted by:           rpokala@
    Sponsored by:           Netflix
---
 sys/sys/param.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/sys/param.h b/sys/sys/param.h
index a1ebced4b9a1..68808f3e2185 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -64,7 +64,7 @@
  * that's noteworthy. A noteworthy change is any change which changes the
  * kernel's KBI in -CURRENT, one that changes some detail about the system that
  * external software (or the ports system) would want to know about, one that
- * adds a system call, one that adds or deletes a shipped library, a secuirty
+ * adds a system call, one that adds or deletes a shipped library, a security
  * fix, or similar change not specifically noted here. Bumps should be limited
  * to one per day / a couple per week except for security fixes.
  *
@@ -72,7 +72,7 @@
  *	awk '/^\#define[[:space:]]*__FreeBSD_version/ {print $3}'
  * Other methods to parse this file may work, but are not guaranteed against
  * future changes. The above script works back to FreeBSD 3.x when this macro
- * was introduced. This number is propigated to other places needing it that
+ * was introduced. This number is propagated to other places needing it that
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version



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