summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-01-08 21:54:15 +0000
committerGreg Clayton <gclayton@apple.com>2013-01-08 21:54:15 +0000
commite55c9f9cfb330d7343495123fd6cc6d535f8805c (patch)
tree7343b32cc267a4949efb07e1a09f94bf845e8258
parentc231fab7563b716b47020022369a374045aac144 (diff)
downloadbcm5719-llvm-e55c9f9cfb330d7343495123fd6cc6d535f8805c.tar.gz
bcm5719-llvm-e55c9f9cfb330d7343495123fd6cc6d535f8805c.zip
Fixed comment typo.
llvm-svn: 171900
-rw-r--r--lldb/source/Plugins/Process/Utility/RegisterContextMemory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h b/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h
index 5dd7462e431..062f27aa9b4 100644
--- a/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h
+++ b/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h
@@ -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.
OpenPOWER on IntegriCloud