diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-26 20:18:32 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-26 20:18:32 +0000 |
commit | 42f5691d3c2660a7807b1f6e16e2d7b640d984cd (patch) | |
tree | 6a4ca0e83cd89eb509e2348df1e89ceb44da6148 /llvm/docs/CodingStandards.html | |
parent | 156c56dcd9007179eb29cea69d3ff83c21751afb (diff) | |
download | bcm5719-llvm-42f5691d3c2660a7807b1f6e16e2d7b640d984cd.tar.gz bcm5719-llvm-42f5691d3c2660a7807b1f6e16e2d7b640d984cd.zip |
Fix typos in comments.
llvm-svn: 97257
Diffstat (limited to 'llvm/docs/CodingStandards.html')
-rw-r--r-- | llvm/docs/CodingStandards.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index ee9443d164d..7815e19739f 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -194,9 +194,9 @@ something sane goes a long ways towards avoiding writing documentation.</p> <b>Method information</b> <p>Methods defined in a class (as well as any global functions) should also be -documented properly. A quick note about what it does any a description of the +documented properly. A quick note about what it does and a description of the borderline behaviour is all that is necessary here (unless something -particularly tricky or insideous is going on). The hope is that people can +particularly tricky or insidious is going on). The hope is that people can figure out how to use your interfaces without reading the code itself... that is the goal metric.</p> |