The branch stable/12 has been updated by gbe (doc committer):

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

commit ddab34da3d22827fcb2d37c28f1a8862b7895905
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2021-08-14 12:08:46 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2021-08-19 07:33:54 +0000

    Fix a common typo in source code comments
    
    - s/definitons/definitions/
    
    (cherry picked from commit 1da11b8ac3474817f38330e272f50553f2ef21a4)
---
 sys/cam/scsi/scsi_da.c     | 2 +-
 sys/mips/include/cpuregs.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index 1e9112e815d4..4f773b75498b 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -4374,7 +4374,7 @@ dazonedone(struct cam_periph *periph, union ccb *ccb)
                        /*
                         * NOTE: we're mapping the values here directly
                         * from the SCSI/ATA bit definitions to the bio.h
-                        * definitons.  There is also a warning in
+                        * definitions. There is also a warning in
                         * disk_zone.h, but the impact is that if
                         * additional values are added in the SCSI/ATA
                         * specs these will be visible to consumers of
diff --git a/sys/mips/include/cpuregs.h b/sys/mips/include/cpuregs.h
index 096f322d672d..830b1aed412c 100644
--- a/sys/mips/include/cpuregs.h
+++ b/sys/mips/include/cpuregs.h
@@ -222,7 +222,7 @@
 #define MIPS_SR_INT_MASK       0x0000ff00
 
 /*
- * R4000 status register bit definitons,
+ * R4000 status register bit definitions,
  * where different from r2000/r3000.
  */
 #define        MIPS_SR_XX              0x80000000
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to