From 2c3906a38e8acb09da3681ceb783cb7cedede003 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Mon, 17 Oct 2016 17:03:04 +0000 Subject: [PATCH] fixing misnomer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9e962ef..8d1dd990 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This branch is to be used with profiles generated with clang and the cmake-profile branch. The profile branch includes changes to cause the applications to exit(0), which causes the clang profiler to flush it's stats to the profile files. +This branch is to be used with profiles generated with clang and the clang-profile branch. The profile branch includes changes to cause the applications to exit(0), which causes the clang profiler to flush it's stats to the profile files. Prebuilt profilers for some (maybe all later) applications are included but as the code changes this may change.