Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Fix typo in comment (typlogy)
details: https://anonhg.NetBSD.org/src/rev/f977937ea771
branches: trunk
changeset: 465801:f977937ea771
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Dec 04 09:34:12 2019 +0000
description:
Fix typo in comment (typlogy)
diffstat:
sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c | 6 +++---
sys/kern/kern_cpu.c | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (63 lines):
diff -r 72ecef995682 -r f977937ea771 sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c
--- a/sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c Wed Dec 04 09:25:43 2019 +0000
+++ b/sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c Wed Dec 04 09:34:12 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmwgfx_kms.c,v 1.4 2018/08/27 04:58:37 riastradh Exp $ */
+/* $NetBSD: vmwgfx_kms.c,v 1.5 2019/12/04 09:34:12 wiz Exp $ */
/**************************************************************************
*
@@ -28,7 +28,7 @@
**************************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vmwgfx_kms.c,v 1.4 2018/08/27 04:58:37 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vmwgfx_kms.c,v 1.5 2019/12/04 09:34:12 wiz Exp $");
#include "vmwgfx_kms.h"
@@ -1671,7 +1671,7 @@
if (dev_priv->active_display_unit == vmw_du_screen_target) {
/*
- * For Screen Targets, the limits for a toplogy are:
+ * For Screen Targets, the limits for a topology are:
* 1. Bounding box (assuming 32bpp) must be < prim_bb_mem
* 2. Total pixels (assuming 32bpp) must be < prim_bb_mem
*/
diff -r 72ecef995682 -r f977937ea771 sys/kern/kern_cpu.c
--- a/sys/kern/kern_cpu.c Wed Dec 04 09:25:43 2019 +0000
+++ b/sys/kern/kern_cpu.c Wed Dec 04 09:34:12 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_cpu.c,v 1.80 2019/12/03 22:28:41 ad Exp $ */
+/* $NetBSD: kern_cpu.c,v 1.81 2019/12/04 09:34:13 wiz Exp $ */
/*-
* Copyright (c) 2007, 2008, 2009, 2010, 2012, 2019 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_cpu.c,v 1.80 2019/12/03 22:28:41 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_cpu.c,v 1.81 2019/12/04 09:34:13 wiz Exp $");
#include "opt_cpu_ucode.h"
@@ -654,7 +654,7 @@
}
/*
- * Print out the toplogy lists.
+ * Print out the topology lists.
*/
static void
cpu_topology_print(void)
@@ -686,7 +686,7 @@
}
/*
- * Fake up toplogy info if we have none, or if what we got was bogus.
+ * Fake up topology info if we have none, or if what we got was bogus.
* Don't override ci_package_id, etc, if cpu_topology_present is set.
* MD code also uses these.
*/
Home |
Main Index |
Thread Index |
Old Index