From: Chris Lattner Date: Wed, 12 Dec 2007 04:22:37 +0000 (+0000) Subject: typo reported by Gabor Greif X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeae19c42722925307f57dbb3845ada9921e37ab;p=clang typo reported by Gabor Greif git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44909 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/comparison.html b/www/comparison.html index 245f5b3975..99a1adea3b 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -162,7 +162,7 @@

Note that there is a fork of Elsa known as "Pork". It addresses some of - these shortcomings by loosly integrating a preprocessor. This allows it + these shortcomings by loosely integrating a preprocessor. This allows it to map from a source location in the AST to the original position before preprocessing, providing it better support for static analysis and refactoring. For more details, please see the Pork page.