Kaydet (Commit) c05cecbe authored tarafından Noel Grandin's avatar Noel Grandin

fix spelling in comment

Change-Id: Id0b3792b037b2e1a9357c7f26f554cc4222fed0b
üst f445ae5c
...@@ -189,7 +189,7 @@ class SvCompatWeakBase ...@@ -189,7 +189,7 @@ class SvCompatWeakBase
public: public:
SvCompatWeakHdl* GetHdl() { return _xHdl; } SvCompatWeakHdl* GetHdl() { return _xHdl; }
// does not use initalizer due to compiler warnings // does not use initializer due to compiler warnings
SvCompatWeakBase( void* pObj ) { _xHdl = new SvCompatWeakHdl( pObj ); } SvCompatWeakBase( void* pObj ) { _xHdl = new SvCompatWeakHdl( pObj ); }
~SvCompatWeakBase() { _xHdl->ResetWeakBase(); } ~SvCompatWeakBase() { _xHdl->ResetWeakBase(); }
}; };
......
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