diff --git a/Source/NSWindow.m b/Source/NSWindow.m
index 16cedb55b..0ff1fe495 100644
--- a/Source/NSWindow.m
+++ b/Source/NSWindow.m
@@ -2367,7 +2367,7 @@ resetCursorRectsForView(NSView *theView)
/**
* Miniaturize the receiver ... as long as its style mask includes
* NSMiniaturizableWindowMask (and as long as the receiver is not an
- * icon or mini window itsself). Calls -miniaturize to do this.
+ * icon or mini window itsself). Calls -miniaturize: to do this.
* Beeps if the window can't be miniaturised.
* Should ideally provide visual feedback (highlighting the miniaturize
* button as if it had been clicked) first ... but that's not yet implemented.