The branch main has been updated by gbe:

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

commit 49ae0c259205e45267ed5d8dcc99132595cf1cec
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2025-08-25 08:48:25 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2025-08-25 08:48:25 +0000

    hpt27xx(4): Fix a couple of typos in source code comments
    
    - s/tranform/transform/
    
    MFC after:      3 days
---
 sys/dev/hpt27xx/hptintf.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/dev/hpt27xx/hptintf.h b/sys/dev/hpt27xx/hptintf.h
index 558b479ec2ee..eb8105ec5666 100644
--- a/sys/dev/hpt27xx/hptintf.h
+++ b/sys/dev/hpt27xx/hptintf.h
@@ -155,8 +155,8 @@ typedef HPT_U32 DEVICEID;
 #define ARRAY_FLAG_NEED_AUTOREBUILD 0x00000080 /* auto-rebuild should start */
 #define ARRAY_FLAG_VERIFYING        0x00000100 /* is being verified */
 #define ARRAY_FLAG_INITIALIZING     0x00000200 /* is being initialized */
-#define ARRAY_FLAG_TRANSFORMING     0x00000400 /* tranform in progress */
-#define ARRAY_FLAG_NEEDTRANSFORM    0x00000800 /* array need tranform */
+#define ARRAY_FLAG_TRANSFORMING     0x00000400 /* transform in progress */
+#define ARRAY_FLAG_NEEDTRANSFORM    0x00000800 /* array need transform */
 #define ARRAY_FLAG_NEEDINITIALIZING 0x00001000 /* the array's initialization 
hasn't finished*/
 #define ARRAY_FLAG_BROKEN_REDUNDANT 0x00002000 /* broken but redundant (raid6) 
*/
 #define ARRAY_FLAG_RAID15PLUS       0x80000000 /* display this RAID 1 as RAID 
1.5 */
@@ -2018,7 +2018,7 @@ DEVICEID hpt_create_transform_v2(DEVICEID idArray, 
PCREATE_ARRAY_PARAMS_V3 destI
 #endif
 
 /* hpt_step_transform
- *  move a block in a tranform progress.
+ *  move a block in a transform progress.
  *  This function is called by mid-layer, not GUI (which uses set_array_state 
instead).
  * Version compatibility: v2.0.0.0 or later
  * Parameters:

Reply via email to