fix sme typos

This commit is contained in:
Sylvestre Ledru 2016-07-02 19:11:15 +00:00
parent 2009781b41
commit b910c7e9c5
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -416,7 +416,7 @@ llvm-toolchain-3.5 (1:3.5~+rc1-2) unstable; urgency=medium
polly polly
* hurd-EIEIO-undef.diff: try to undef an errno.h to fix the ftbfs * hurd-EIEIO-undef.diff: try to undef an errno.h to fix the ftbfs
* clang-X suggests clang-X-doc (Closes: #755922) * clang-X suggests clang-X-doc (Closes: #755922)
* Manage all files using .in mecanism. It will simplify the upgrade of * Manage all files using .in mechanism. It will simplify the upgrade of
version version
* Disable lldb for ppc64el. Thanks to Dimitri John Ledkov (Closes: #756380) * Disable lldb for ppc64el. Thanks to Dimitri John Ledkov (Closes: #756380)
* Fix the FTBFS under PowerPC. Thanks to Dimitri John Ledkov for the patch * Fix the FTBFS under PowerPC. Thanks to Dimitri John Ledkov for the patch

2
debian/rules vendored
View File

@ -328,7 +328,7 @@ override_dh_auto_install:
cp $(CURDIR)/clang/tools/scan-build/man/scan-build.1 $(CURDIR)/clang/tools/scan-build/man/scan-build-$(LLVM_VERSION).1 cp $(CURDIR)/clang/tools/scan-build/man/scan-build.1 $(CURDIR)/clang/tools/scan-build/man/scan-build-$(LLVM_VERSION).1
# copy the vim files (exept that tablegen does not exist for indent # copy the vim files (except that tablegen does not exist for indent
VIM_DIRS="ftdetect ftplugin syntax indent"; \ VIM_DIRS="ftdetect ftplugin syntax indent"; \
for dir in $$VIM_DIRS; do \ for dir in $$VIM_DIRS; do \
cp -f $(CURDIR)/utils/vim/$$dir/llvm.vim $(CURDIR)/utils/vim/$$dir/llvm-$(LLVM_VERSION).vim; \ cp -f $(CURDIR)/utils/vim/$$dir/llvm.vim $(CURDIR)/utils/vim/$$dir/llvm-$(LLVM_VERSION).vim; \