From e7bc1369c9f93f4c14c1613fb2854bf46cbaed60 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 8 Jun 2008 23:40:40 +0000 Subject: [PATCH] grammaro git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52111 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 96c5592cdb7..ea893134a18 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -183,7 +183,7 @@ front-end work has started to make significant progress.

transformations (such as refactoring) and other source-level tools for C and Objective-C. Clang now also includes tools for turning C code into pretty HTML, and includes a new static -analysis tool in development. This tool is automatically focused on finding +analysis tool in development. This tool focuses on automatically finding bugs in C and Objective-C code.