diff options
| -rw-r--r-- | llvm/docs/CodingStandards.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index 75d5cc83afa..c331bc7caa9 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -238,7 +238,7 @@ order:</p>    <li>System <tt>#includes</tt></li>  </ol> -<p>... and each catagory should be sorted by name.</p> +<p>... and each category should be sorted by name.</p>  <p><a name="mmheader">The "Main Module Header"</a> file applies to .cpp file  which implement an interface defined by a .h file.  This <tt>#include</tt>  | 

