Merge tag 'kvmarm-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / lib / sbitmap.c
index 47b3691058eb693a68de6a31403527f5dcc4e2c4..b25db9be938af23e96a38effa361ea247c81a055 100644 (file)
@@ -583,7 +583,7 @@ void sbitmap_queue_clear(struct sbitmap_queue *sbq, unsigned int nr,
        /*
         * Once the clear bit is set, the bit may be allocated out.
         *
-        * Orders READ/WRITE on the asssociated instance(such as request
+        * Orders READ/WRITE on the associated instance(such as request
         * of blk_mq) by this bit for avoiding race with re-allocation,
         * and its pair is the memory barrier implied in __sbitmap_get_word.
         *