aboutsummaryrefslogtreecommitdiff
path: root/afdo_metadata/README.md
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2022-04-21 10:27:37 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-21 23:29:15 +0000
commit2124be5caee6803d5bfe6f7cdc8e3367cb375807 (patch)
tree8a89bb5f1b464c079d10fbe69b5ee7580b3cbe44 /afdo_metadata/README.md
parent424b0f6a965d95139c6e19ec1d37a1d6ce0dc47d (diff)
downloadtoolchain-utils-2124be5caee6803d5bfe6f7cdc8e3367cb375807.tar.gz
toolchain_utils: s/Cr OS/CrOS/g
Result of running `sed -ri 's/Chrom(ium|e) OS/Chrom\1OS/g' $(find -type f)`. BUG=None TEST=None Change-Id: I59be92537aa19bc989f52b585e307e76dbde401b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3600147 Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Tested-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'afdo_metadata/README.md')
-rw-r--r--afdo_metadata/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/afdo_metadata/README.md b/afdo_metadata/README.md
index 2338404c..ad71c0b4 100644
--- a/afdo_metadata/README.md
+++ b/afdo_metadata/README.md
@@ -1,6 +1,6 @@
# Overview
This directory contains JSON files describing metadata of AFDO profiles
-used to compile packages (Chrome and kernel) in Chrome OS.
+used to compile packages (Chrome and kernel) in ChromeOS.
# Description of each JSON Files
kernel_afdo.json contains the name of the latest AFDO profiles for each
@@ -15,7 +15,7 @@ When a new profile (kernel or Chrome) is successfully uploaded to the
production GS bucket, a bot submits to modify the corresponding JSON
file to reflect the updates.
-## Roll to Chrome OS
+## Roll to ChromeOS
There will be scheduler jobs listening to the changes made to these
JSON files. When changes detected, buildbot will roll these changes into
-corresponding Chrome OS packages.
+corresponding ChromeOS packages.