Browse Source

nested comment fix

David Rose 16 years ago
parent
commit
9bce781a90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/LocalSetup.pp

+ 1 - 1
dtool/LocalSetup.pp

@@ -534,7 +534,7 @@ $[cdefine HAVE_IOS_BINARY]
 /* Can we safely call getenv() at static init time? */
 $[cdefine STATIC_INIT_GETENV]
 
-/* Can we read the file /proc/self/* to determine our
+/* Can we read the file /proc/self/[*] to determine our
    environment variables at static init time? */
 $[cdefine HAVE_PROC_SELF_EXE]
 $[cdefine HAVE_PROC_SELF_MAPS]