diff options
author | Jean-Daniel Dupas <devlists@shadowlab.org> | 2013-12-06 09:35:53 +0000 |
---|---|---|
committer | Jean-Daniel Dupas <devlists@shadowlab.org> | 2013-12-06 09:35:53 +0000 |
commit | 3cfa8e217e15d1ebb32a661dbc560a45d35cbda8 (patch) | |
tree | c6ebf18cc5f676fb2fd95716d861b00bf74d2a72 /lldb/include | |
parent | 3429f7828954ec6cde46068b67559398741fdec6 (diff) | |
download | bcm5719-llvm-3cfa8e217e15d1ebb32a661dbc560a45d35cbda8.tar.gz bcm5719-llvm-3cfa8e217e15d1ebb32a661dbc560a45d35cbda8.zip |
Typo in comments
llvm-svn: 196577
Diffstat (limited to 'lldb/include')
-rw-r--r-- | lldb/include/lldb/Host/FileSpec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Host/FileSpec.h b/lldb/include/lldb/Host/FileSpec.h index 086c8f20056..dfc4e4ae0fe 100644 --- a/lldb/include/lldb/Host/FileSpec.h +++ b/lldb/include/lldb/Host/FileSpec.h @@ -534,7 +534,7 @@ public: /// as many bytes as possible. /// /// @return - /// A shared pointer to the memeory mapped data. This shared + /// A shared pointer to the memory mapped data. This shared /// pointer can contain a NULL DataBuffer pointer, so the contained /// pointer must be checked prior to using it. //------------------------------------------------------------------ |