From 194f31ae02b3a32fccc217eb4290bbde616cfd53 Mon Sep 17 00:00:00 2001 From: Ilya Biryukov Date: Mon, 24 Jul 2017 16:02:29 +0000 Subject: [PATCH] NFC. Fixed typos in the comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308888 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/docker/debian8/release/Dockerfile | 2 +- utils/docker/example/release/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/docker/debian8/release/Dockerfile b/utils/docker/debian8/release/Dockerfile index d0214b9c67a..03f027a779a 100644 --- a/utils/docker/debian8/release/Dockerfile +++ b/utils/docker/debian8/release/Dockerfile @@ -12,7 +12,7 @@ FROM launcher.gcr.io/google/debian8:latest LABEL maintainer "LLVM Developers" -# Install packages for minimal usefull image. +# Install packages for minimal useful image. RUN apt-get update && \ apt-get install -y --no-install-recommends libstdc++-4.9-dev binutils && \ rm -rf /var/lib/apt/lists/* diff --git a/utils/docker/example/release/Dockerfile b/utils/docker/example/release/Dockerfile index 953d81fc995..5387dd082f7 100644 --- a/utils/docker/example/release/Dockerfile +++ b/utils/docker/example/release/Dockerfile @@ -17,7 +17,7 @@ FROM ubuntu LABEL maintainer "Maintainer " # FIXME: Install all packages you want to have in your release container. -# A minimal usefull installation must include libstdc++ and binutils. +# A minimal useful installation must include libstdc++ and binutils. # Unpack clang installation into this container. # It is copied to this directory by build_docker_image.sh script. -- 2.40.0