Module Name:    src
Committed By:   andvar
Date:           Sun Sep 22 08:21:33 UTC 2024

Modified Files:
        src/sys/net: if.h

Log Message:
s/remvoed/removed/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 src/sys/net/if.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/if.h
diff -u src/sys/net/if.h:1.305 src/sys/net/if.h:1.306
--- src/sys/net/if.h:1.305	Mon Oct  9 11:55:34 2023
+++ src/sys/net/if.h	Sun Sep 22 08:21:33 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if.h,v 1.305 2023/10/09 11:55:34 riastradh Exp $	*/
+/*	$NetBSD: if.h,v 1.306 2024/09/22 08:21:33 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -451,7 +451,7 @@ typedef struct ifnet {
 /*			0x0020		   was IFF_NOTRAILERS */
 #else
 /*
- * sys/compat/svr4 is remvoed on 19 Dec 2018.
+ * sys/compat/svr4 is removed on 19 Dec 2018.
  * And then, IFF_NOTRAILERS itself is removed by if.h:r1.268 on 5 Feb 2019.
  */
 #define	IFF_UNNUMBERED	0x0020		/* explicit unnumbered */

Reply via email to