Module Name:    src
Committed By:   andvar
Date:           Tue Jan  7 18:51:05 UTC 2025

Modified Files:
        src/sys/arch/sparc64/include: pte.h

Log Message:
s/bitfeilds/bitfields/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sparc64/include/pte.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/arch/sparc64/include/pte.h
diff -u src/sys/arch/sparc64/include/pte.h:1.28 src/sys/arch/sparc64/include/pte.h:1.29
--- src/sys/arch/sparc64/include/pte.h:1.28	Fri Nov  4 05:41:01 2016
+++ src/sys/arch/sparc64/include/pte.h	Tue Jan  7 18:51:05 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: pte.h,v 1.28 2016/11/04 05:41:01 macallan Exp $ */
+/*	$NetBSD: pte.h,v 1.29 2025/01/07 18:51:05 andvar Exp $ */
 
 /*
  * Copyright (c) 1996-1999 Eduardo Horvath
@@ -91,7 +91,7 @@
  *  a real pain to do this in C.
  */
 #if 0
-/* We don't use bitfeilds anyway. */
+/* We don't use bitfields anyway. */
 struct sun4u_tag_fields {
 	uint64_t tag_g:1,	/* global flag */
 		tag_reserved:2,	/* reserved for future use */

Reply via email to