summaryrefslogtreecommitdiff
path: root/utils/docker/example
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2017-07-24 16:02:29 +0000
committerIlya Biryukov <ibiryukov@google.com>2017-07-24 16:02:29 +0000
commit194f31ae02b3a32fccc217eb4290bbde616cfd53 (patch)
tree04aba066efd92570520332523d14152cb66fd78c /utils/docker/example
parent9988d29df5210a7ff09336b46b910028db153413 (diff)
NFC. Fixed typos in the comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308888 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/docker/example')
-rw-r--r--utils/docker/example/release/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 <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.