diff --git a/pykd/dbgengine.h b/pykd/dbgengine.h index a56f96e..6bdb1c3 100644 --- a/pykd/dbgengine.h +++ b/pykd/dbgengine.h @@ -91,7 +91,7 @@ ULONG64 getImplicitThread(); void setCurrentProcess( ULONG64 processAddr ); void setImplicitThread( ULONG64 threadAddr ); -// Symbol patch +// Symbol path std::string getSymbolPath(); void setSymbolPath(const std::string &symPath); void appendSymbolPath(const std::string &symPath);