summaryrefslogtreecommitdiff
path: root/src/drivers/Darwin
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/Darwin')
-rw-r--r--src/drivers/Darwin/Fl_Darwin_System_Driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx b/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx
index 806157103..ccd948cf3 100644
--- a/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx
+++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx
@@ -51,8 +51,8 @@ const char* fl_local_meta = "⌘\\"; // U+2318 (place of interest sign)
const char* fl_local_shift = "⇧\\"; // U+21E7 (upwards white arrow)
-/**
- Creates a driver that manages all screen and display related calls.
+/*
+ Creates a driver that manages all system related calls.
This function must be implemented once for every platform.
*/