diff --git a/file.c b/file.c
index fee3840452081a..373788b20682f7 100644
--- a/file.c
+++ b/file.c
@@ -5254,7 +5254,7 @@ rb_thread_flock(void *data)
*
File::LOCK_NB |
* Non-blocking |
*
- * No blocking; may be combined with other `File::LOCK_SH` or `File::LOCK_EX`
+ * No blocking; may be combined with other File::LOCK_SH or File::LOCK_EX
* using the bitwise OR operator |.
* |
*