[llvm] r366046 - DeveloperPolicy: fix a typo
    Richard Sandiford via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul 15 01:09:22 PDT 2019
    
    
  
Author: rsandifo
Date: Mon Jul 15 01:09:21 2019
New Revision: 366046
URL: http://llvm.org/viewvc/llvm-project?rev=366046&view=rev
Log:
DeveloperPolicy: fix a typo
Modified:
    llvm/trunk/docs/DeveloperPolicy.rst
Modified: llvm/trunk/docs/DeveloperPolicy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=366046&r1=366045&r2=366046&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Mon Jul 15 01:09:21 2019
@@ -732,7 +732,7 @@ effort to change licenses, which aims to
 * Some contributions were not submitted to LLVM due to concerns that
   the patent grant required by the project was overly broad.
 * The patent grant was unique to the LLVM Project, not written by a lawyer, and
-  was difficult to determine what was protection was provided (if any).
+  was difficult to determine what protection was provided (if any).
 
 The scope of relicensing is all code that is considered part of the LLVM
 project, including the main LLVM repository, runtime libraries (compiler_rt,
    
    
More information about the llvm-commits
mailing list