summaryrefslogtreecommitdiffstats
path: root/examples/systeminfo/packages/root/meta/installscript.qs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/systeminfo/packages/root/meta/installscript.qs')
-rw-r--r--examples/systeminfo/packages/root/meta/installscript.qs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/systeminfo/packages/root/meta/installscript.qs b/examples/systeminfo/packages/root/meta/installscript.qs
index 0b77b2f12..f5435b652 100644
--- a/examples/systeminfo/packages/root/meta/installscript.qs
+++ b/examples/systeminfo/packages/root/meta/installscript.qs
@@ -55,7 +55,7 @@ function Component()
//
// Check whether OS is supported.
//
- // For Windows and OS X we check the kernel version:
+ // For Windows and macOS we check the kernel version:
// - Require at least Windows Vista (winnt kernel version 6.0.x)
// - Require at least OS X 10.7 (Lion) (darwin kernel version 11.x)
//