[llvm] r308888 - NFC. Fixed typos in the comments.
Ilya Biryukov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 09:02:29 PDT 2017
Author: ibiryukov
Date: Mon Jul 24 09:02:29 2017
New Revision: 308888
URL: http://llvm.org/viewvc/llvm-project?rev=308888&view=rev
Log:
NFC. Fixed typos in the comments.
Modified:
llvm/trunk/utils/docker/debian8/release/Dockerfile
llvm/trunk/utils/docker/example/release/Dockerfile
Modified: llvm/trunk/utils/docker/debian8/release/Dockerfile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/docker/debian8/release/Dockerfile?rev=308888&r1=308887&r2=308888&view=diff
==============================================================================
--- llvm/trunk/utils/docker/debian8/release/Dockerfile (original)
+++ llvm/trunk/utils/docker/debian8/release/Dockerfile Mon Jul 24 09:02:29 2017
@@ -12,7 +12,7 @@ FROM launcher.gcr.io/google/debian8:late
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/*
Modified: llvm/trunk/utils/docker/example/release/Dockerfile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/docker/example/release/Dockerfile?rev=308888&r1=308887&r2=308888&view=diff
==============================================================================
--- llvm/trunk/utils/docker/example/release/Dockerfile (original)
+++ llvm/trunk/utils/docker/example/release/Dockerfile Mon Jul 24 09:02:29 2017
@@ -17,7 +17,7 @@ FROM ubuntu
LABEL maintainer "Maintainer <maintainer at 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.
More information about the llvm-commits
mailing list