diff options
author | Johnny Chen <johnny.chen@apple.com> | 2012-08-24 00:11:29 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2012-08-24 00:11:29 +0000 |
commit | 260808c583b9c5433307e1ec2e61d53c1bafa822 (patch) | |
tree | 38a507b69bfc2f9db7b979977a9dd30d0d1258f8 /lldb | |
parent | fe31e626ca8068b69f99fe64c6beda0ac6ac37a2 (diff) | |
download | bcm5719-llvm-260808c583b9c5433307e1ec2e61d53c1bafa822.tar.gz bcm5719-llvm-260808c583b9c5433307e1ec2e61d53c1bafa822.zip |
Fix a typo.
llvm-svn: 162510
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/source/Plugins/OperatingSystem/Python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/OperatingSystem/Python/Makefile b/lldb/source/Plugins/OperatingSystem/Python/Makefile index ec23c27d2c2..4f5b45c82f9 100644 --- a/lldb/source/Plugins/OperatingSystem/Python/Makefile +++ b/lldb/source/Plugins/OperatingSystem/Python/Makefile @@ -1,4 +1,4 @@ -##==- source/Plugins/OperatingSystem/Darwin-Kernel/Makefile -*- Makefile -*-==## +##==- source/Plugins/OperatingSystem/Python/Makefile --------*- Makefile -*-==## # # The LLVM Compiler Infrastructure # |