summaryrefslogtreecommitdiff
path: root/src/os/macosx/G5_detector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/macosx/G5_detector.cpp')
-rw-r--r--src/os/macosx/G5_detector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/macosx/G5_detector.cpp b/src/os/macosx/G5_detector.cpp
index 00c46e859..01dcd8c20 100644
--- a/src/os/macosx/G5_detector.cpp
+++ b/src/os/macosx/G5_detector.cpp
@@ -13,7 +13,7 @@
#define CPU_SUBTYPE_POWERPC_970 ((cpu_subtype_t) 100)
#endif
-// this function is a lightly modified version of some code from Apple's developer homepage to detect G5 CPUs at runtime
+/* this function is a lightly modified version of some code from Apple's developer homepage to detect G5 CPUs at runtime */
main()
{
host_basic_info_data_t hostInfo;