diff --git a/src/doomdef.h b/src/doomdef.h
index 90c1233d62cf13aa6522ca2d5fc804c56abec95b..7cf3cff04770eae4f1d137818e6fa02bd54e80c3 100644
--- a/src/doomdef.h
+++ b/src/doomdef.h
@@ -498,7 +498,7 @@ extern const char *compdate, *comptime, *comprevision, *compbranch;
 /// \note	You should leave this enabled unless you're working with a future SRB2 version.
 #define MUSICSLOT_COMPATIBILITY
 
-/// Experimental attempts at preventing MF2_PAPER objects from getting stuck in walls.
+/// Experimental attempts at preventing MF_PAPER objects from getting stuck in walls.
 //#define PAPER_COLLISIONCORRECTION
 
 #endif // __DOOMDEF__