From a8beb4ada4bd01980e9effc8a2671d4c6454a7ba Mon Sep 17 00:00:00 2001 From: Cheng Wang Date: Thu, 29 Oct 2020 19:10:44 +0800 Subject: [PATCH] [libc] Fix typo in buildbot README.txt. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D90381 --- libc/utils/buildbot/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/utils/buildbot/README.txt b/libc/utils/buildbot/README.txt index 3edec0e416c3..40c2cb5b8776 100644 --- a/libc/utils/buildbot/README.txt +++ b/libc/utils/buildbot/README.txt @@ -1,5 +1,5 @@ This folder contains resources needed to create a docker container for -llvm-libc builbot worker. +llvm-libc buildbot worker. Dockerfile: Sets up the docker image with all pre-requisites.