Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / fs / vboxsf / dir.c
index dd147b4..4d569f1 100644 (file)
@@ -134,7 +134,7 @@ try_next_entry:
                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)) {