]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/six.h
Update bcachefs sources to 400f275d46 bcachefs: Fix check_overlapping_extents()
[bcachefs-tools-debian] / include / linux / six.h
index 16ad2073f71c551004eb2327bd28040b57c38676..83023f64a30e2a20108c79d495487fac6f916728 100644 (file)
@@ -49,7 +49,7 @@
  *   six_trylock_type(lock, type)
  *   six_trylock_convert(lock, from, to)
  *
- * A lock may be held multiple types by the same thread (for read or intent,
+ * A lock may be held multiple times by the same thread (for read or intent,
  * not write). However, the six locks code does _not_ implement the actual
  * recursive checks itself though - rather, if your code (e.g. btree iterator
  * code) knows that the current thread already has a lock held, and for the