summaryrefslogtreecommitdiffstats
path: root/src/os_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_mac.h')
-rw-r--r--src/os_mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_mac.h b/src/os_mac.h
index 6524609152..dbc0086e0d 100644
--- a/src/os_mac.h
+++ b/src/os_mac.h
@@ -7,7 +7,7 @@
*/
// Before Including the MacOS specific files,
-// lets set the OPAQUE_TOOLBOX_STRUCTS to 0 so we
+// let's set the OPAQUE_TOOLBOX_STRUCTS to 0 so we
// can access the internal structures.
// (Until fully Carbon compliant)
// TODO: Can we remove this? (Dany)