"examples/python-examples/simulatePdb.py" did not exist on "534fd40416011ebbbdf49deebecd32bcddaaffae"
Commit 3d006cb7 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Added comment

parent 2a1569a7
...@@ -219,7 +219,7 @@ BrookPlatform::BrookPlatform( ){ ...@@ -219,7 +219,7 @@ BrookPlatform::BrookPlatform( ){
char* runtime = getenv( "brt_runtime" ); char* runtime = getenv( "brt_runtime" );
#endif #endif
// if environment variable brt_runtime not set, default to cal // if environment variable 'brt_runtime' not set, default to 'cal' settinh
if( runtime == NULL ){ if( runtime == NULL ){
runtime = _strdup( "cal" ); runtime = _strdup( "cal" );
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment