diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-14 08:13:38 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-14 08:13:38 +0000 |
commit | 74d6bb6eedebef5edb95e2785cd1754724da49a5 (patch) | |
tree | 298d2472b1c0dcfff9bf1dba59ef0508904cf54a | |
parent | 6041efc206b2d1d05d5c4b260daa1fa82e37c9a4 (diff) | |
download | bcm5719-llvm-74d6bb6eedebef5edb95e2785cd1754724da49a5.tar.gz bcm5719-llvm-74d6bb6eedebef5edb95e2785cd1754724da49a5.zip |
Fix word usage.
llvm-svn: 34279
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index b124b1ab305..0e416154300 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -281,7 +281,7 @@ <li>The patch is subject to review by anyone on the llvm-commits email list. </li> <li>Changes recommended by a reviewer should be incorporated into your - patch or you should explain why the reviewer is incorrect. This patch + patch or you should explain why the reviewer is incorrect. This process iterates until there are no more review comments.</li> <li>If the submitter believes the review comment is in error, a response to the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits"> |