File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- /* $NetBSD: xd.c,v 1.80 2024/12/21 17:40:11 tsutsui Exp $ */
1
+ /* $NetBSD: xd.c,v 1.81 2025/09/06 21:20:20 andvar Exp $ */
2
2
3
3
/*
4
4
* Copyright (c) 1995 Charles D. Cranor
46
46
*/
47
47
48
48
#include <sys/cdefs.h>
49
- __KERNEL_RCSID (0 , "$NetBSD: xd.c,v 1.80 2024/12/21 17:40:11 tsutsui Exp $" );
49
+ __KERNEL_RCSID (0 , "$NetBSD: xd.c,v 1.81 2025/09/06 21:20:20 andvar Exp $" );
50
50
51
51
#undef XDC_DEBUG /* full debug */
52
52
#define XDC_DIAG /* extra sanity checks */
@@ -2274,7 +2274,7 @@ xdc_e2str(int no)
2274
2274
case XD_ERR_IHD :
2275
2275
return "Illegal head address" ;
2276
2276
case XD_ERR_ISEC :
2277
- return "Illgal sector address" ;
2277
+ return "Illegal sector address" ;
2278
2278
case XD_ERR_CZER :
2279
2279
return "Count zero" ;
2280
2280
case XD_ERR_UIMP :
Original file line number Diff line number Diff line change 1
- /* $NetBSD: xd.c,v 1.99 2023/01/23 21:52:01 andvar Exp $ */
1
+ /* $NetBSD: xd.c,v 1.100 2025/09/06 21:20:20 andvar Exp $ */
2
2
3
3
/*
4
4
* Copyright (c) 1995 Charles D. Cranor
45
45
*/
46
46
47
47
#include <sys/cdefs.h>
48
- __KERNEL_RCSID (0 , "$NetBSD: xd.c,v 1.99 2023/01/23 21:52:01 andvar Exp $" );
48
+ __KERNEL_RCSID (0 , "$NetBSD: xd.c,v 1.100 2025/09/06 21:20:20 andvar Exp $" );
49
49
50
50
#undef XDC_DEBUG /* full debug */
51
51
#define XDC_DIAG /* extra sanity checks */
@@ -2469,7 +2469,7 @@ xdc_e2str(int no)
2469
2469
case XD_ERR_IHD :
2470
2470
return ("Illegal head address" );
2471
2471
case XD_ERR_ISEC :
2472
- return ("Illgal sector address" );
2472
+ return ("Illegal sector address" );
2473
2473
case XD_ERR_CZER :
2474
2474
return ("Count zero" );
2475
2475
case XD_ERR_UIMP :
You can’t perform that action at this time.
0 commit comments