Browse Source

OSTYPE -> OS in the comment

[SVN r8475]
Jeremy Siek 25 years ago
parent
commit
da47cf9c55
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libs/regrtest.cpp

+ 2 - 2
libs/regrtest.cpp

@@ -33,8 +33,8 @@
 // running.
 //
 // Required environment variables:
-//    BOOST_PATH          The directory containing the "boost/" header file directory.
-//    OSTYPE              The operating system, should be one of ...
+//    BOOST_PATH  The directory containing the "boost/" header file directory.
+//    OS          The operating system, should be one of ...
 //    BOOST_STLPORT_PATH  The directory containing STLport headers
 //    BOOST_BCC55_PATH    The directory container Borland headers
 //

粤ICP备19079148号