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 | 35847809b74275a690468aedbea2752a8f8882d4 (patch) | |
tree | c3dbee6d4a77c0ca940a98a9bdcb131e45b7dfe3 /llvm/docs/CodingStandards.html | |
parent | 77b5df63130d0b0f34be14beb50f6495171f4dc3 (diff) | |
download | bcm5719-llvm-35847809b74275a690468aedbea2752a8f8882d4.tar.gz bcm5719-llvm-35847809b74275a690468aedbea2752a8f8882d4.zip |
Fix spelling mistake.
llvm-svn: 60250
Diffstat (limited to 'llvm/docs/CodingStandards.html')
-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> |