From: Thorsten Blum Date: Fri, 12 Apr 2024 22:59:27 +0000 (+0200) Subject: xfs: Fix typo in comment X-Git-Tag: v6.10-rc1~87^2~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d7c82a04d3d93c8b6f8ed71aa5bc39cdc96377c;p=thirdparty%2Fkernel%2Flinux.git xfs: Fix typo in comment s/somethign/something/ Signed-off-by: Thorsten Blum Reviewed-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig Signed-off-by: Chandan Babu R --- diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h index a78c4bfaad447..40e22ec0fbe69 100644 --- a/fs/xfs/xfs_log_priv.h +++ b/fs/xfs/xfs_log_priv.h @@ -681,7 +681,7 @@ xlog_valid_lsn( * flags to control the kmalloc() behaviour within kvmalloc(). Hence kmalloc() * will do direct reclaim and compaction in the slow path, both of which are * horrendously expensive. We just want kmalloc to fail fast and fall back to - * vmalloc if it can't get somethign straight away from the free lists or + * vmalloc if it can't get something straight away from the free lists or * buddy allocator. Hence we have to open code kvmalloc outselves here. * * This assumes that the caller uses memalloc_nofs_save task context here, so