Fixed comment typo.

llvm-svn: 171900
This commit is contained in:
Greg Clayton 2013-01-08 21:54:15 +00:00
parent c231fab756
commit e55c9f9cfb
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public:
//------------------------------------------------------------------
// If all of the thread register are in a contiguous buffer in
// memory, then the default ReadRegister/WriteRegiter and
// memory, then the default ReadRegister/WriteRegister and
// ReadAllRegisterValues/WriteAllRegisterValues will work. If thread
// registers are not contiguous, clients will want to subclass this
// class and modify the read/write functions as needed.