diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2008-11-29 20:13:25 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2008-11-29 20:13:25 +0000 |
commit | 822293a40c24f41c05268f81e1ccdb0ebcbd34a9 (patch) | |
tree | 3277a76e6d714c0002288696e30328576e2aaea9 /docs/CodingStandards.html | |
parent | 233336ebc588e77dde51ebbc3ce88c2d4304f168 (diff) |
Fix spelling mistake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodingStandards.html')
-rw-r--r-- | docs/CodingStandards.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 75d5cc83af..c331bc7caa 100644 --- a/docs/CodingStandards.html +++ b/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> |