Commit 15f9f63f authored by Chucheng Luo's avatar Chucheng Luo Committed by Jiri Kosina

fs: Fix missing 'bit' in comment

The missing word may make it hard for other developers to
understand it.
Signed-off-by: default avatarChucheng Luo <luochucheng@vivo.com>
Acked-by: default avatarHans de Goede <hdegoede@redhat.com>
Acked-by: default avatarAndreas Dilger <adilger@dilger.ca>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fad7c902
......@@ -134,7 +134,7 @@ static bool vboxsf_dir_emit(struct file *dir, struct dir_context *ctx)
d_type = vboxsf_get_d_type(info->info.attr.mode);
/*
* On 32 bit systems pos is 64 signed, while ino is 32 bit
* On 32-bit systems pos is 64-bit signed, while ino is 32-bit
* unsigned so fake_ino may overflow, check for this.
*/
if ((ino_t)(ctx->pos + 1) != (u64)(ctx->pos + 1)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment