svn commit: r363863 - head/sys/kern

Mateusz Guzik mjg at FreeBSD.org
Tue Aug 4 20:31:03 UTC 2020


Author: mjg
Date: Tue Aug  4 20:31:03 2020
New Revision: 363863
URL: https://svnweb.freebsd.org/changeset/base/363863

Log:
  rms: fix typo: bitmamp -> bitmap
  
  Reported by:	kib

Modified:
  head/sys/kern/kern_rmlock.c

Modified: head/sys/kern/kern_rmlock.c
==============================================================================
--- head/sys/kern/kern_rmlock.c	Tue Aug  4 20:04:00 2020	(r363862)
+++ head/sys/kern/kern_rmlock.c	Tue Aug  4 20:31:03 2020	(r363863)
@@ -875,7 +875,7 @@ db_show_rm(const struct lock_object *lock)
  *
  * No attempt is made to track which CPUs read locked at least once,
  * consequently write locking sends IPIs to all of them. This will become a
- * problem at some point. The easiest way to lessen it is to provide a bitmamp.
+ * problem at some point. The easiest way to lessen it is to provide a bitmap.
  */
 
 void


More information about the svn-src-all mailing list