]> granicus.if.org Git - llvm/commitdiff
NFC. Fixed typos in the comments.
authorIlya Biryukov <ibiryukov@google.com>
Mon, 24 Jul 2017 16:02:29 +0000 (16:02 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Mon, 24 Jul 2017 16:02:29 +0000 (16:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308888 91177308-0d34-0410-b5e6-96231b3b80d8

utils/docker/debian8/release/Dockerfile
utils/docker/example/release/Dockerfile

index d0214b9c67af72fee7d8eda46f6491d5c2ec9893..03f027a779aa10a134194d32e407a0711b3dbe89 100644 (file)
@@ -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/*
index 953d81fc995171f816a3bd79ac0d26cd6f01a959..5387dd082f72435029d1aee2175f516676661ae6 100644 (file)
@@ -17,7 +17,7 @@ FROM ubuntu
 LABEL maintainer "Maintainer <maintainer@email>"
 
 # 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.