diff options
| author | Kazuaki Ishizaki <ishizaki@jp.ibm.com> | 2020-04-06 16:18:55 +0900 |
|---|---|---|
| committer | Kazuaki Ishizaki <ishizaki@jp.ibm.com> | 2020-04-06 16:19:34 +0900 |
| commit | 0570de73c4822b6b0da4758eefca2a36f01c7445 (patch) | |
| tree | ad8d13908dbf95c6cf80837ca9b9a5b470a13301 /libc/utils/buildbot | |
| parent | 1e34ab98fc6f5ea7e264c0cd19d96b87cbd9c8a5 (diff) | |
[libc] NFC: Fix trivial typo in comments, documents, and messages
Differential Revision: https://reviews.llvm.org/D77462
Diffstat (limited to 'libc/utils/buildbot')
| -rw-r--r-- | libc/utils/buildbot/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/utils/buildbot/Dockerfile b/libc/utils/buildbot/Dockerfile index b63c11793921..c5edd1ac36a7 100644 --- a/libc/utils/buildbot/Dockerfile +++ b/libc/utils/buildbot/Dockerfile @@ -1,6 +1,6 @@ FROM debian:10 -# Installing dependecies. +# Installing dependencies. RUN dpkg --add-architecture i386 RUN apt-get update RUN apt-get install -y build-essential clang subversion git vim \ @@ -8,7 +8,7 @@ RUN apt-get install -y build-essential clang subversion git vim \ ninja-build RUN python -m pip install buildbot-slave==0.8.12 -# Temporary dependecies for AOR tests. +# Temporary dependencies for AOR tests. RUN apt-get install -y libmpfr-dev libmpc-dev # Change linker to gold. |
