summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-05-13 00:13:57 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-05-13 00:13:57 -0400
commit5ef62f56ab50c5799f713e3a42f5c7ad7e8283d3 (patch)
tree0519bdf5dc52528008c37ae52b0a61c5e2185ff4 /include/linux
parent6e897639569207885257ac744019b7e5c340fb74 (diff)
Update bcachefs sources to 400f275d46 bcachefs: Fix check_overlapping_extents()
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/six.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/six.h b/include/linux/six.h
index 16ad2073..83023f64 100644
--- a/include/linux/six.h
+++ b/include/linux/six.h
@@ -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