diff mbox series

fs: block_dev: Fix a typo

Message ID 20210607033826.127596-1-lijian_8010a29@163.com (mailing list archive)
State New, archived
Headers show
Series fs: block_dev: Fix a typo | expand

Commit Message

lijian_8010a29@163.com June 7, 2021, 3:38 a.m. UTC
From: lijian <lijian@yulong.com>

Change 'beeing' to 'being'.

Signed-off-by: lijian <lijian@yulong.com>
---
 fs/block_dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/block_dev.c b/fs/block_dev.c
index b8abccd03e5d..b696be2c8eb4 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -935,7 +935,7 @@  static struct block_device *bdget(dev_t dev)
  * @bdev:	Block device to grab a reference to.
  *
  * Returns the block_device with an additional reference when successful,
- * or NULL if the inode is already beeing freed.
+ * or NULL if the inode is already being freed.
  */
 struct block_device *bdgrab(struct block_device *bdev)
 {