summaryrefslogtreecommitdiff
path: root/src/fl_dnd_mac.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_dnd_mac.cxx')
-rw-r--r--src/fl_dnd_mac.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_dnd_mac.cxx b/src/fl_dnd_mac.cxx
index 68dcb6cfe..19d7a6865 100644
--- a/src/fl_dnd_mac.cxx
+++ b/src/fl_dnd_mac.cxx
@@ -22,8 +22,8 @@
//
// Please report all bugs and problems to "fltk-bugs@fltk.org
-// This file contains win32-specific code for fltk which is always linked
-// in. Search other files for "WIN32" or filenames ending in _win32.cxx
+// This file contains MacOS-specific code for fltk which is always linked
+// in. Search other files for "__APPLE__" or filenames ending in _mac.cxx
// for other system-specific code.
#include <config.h>
@@ -32,7 +32,7 @@
#include <FL/Fl_Window.H>
// warning: this function is only implemented in Quickdraw. The function
-// below may not work If FLTK is compiled with Quartz enabled
+// below may not work if FLTK is compiled with Quartz enabled
extern EventRef fl_os_event;
extern char *fl_selection_buffer;