diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-07-31 20:18:49 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-07-31 20:18:49 +0000 |
commit | f55914a5292a0b163d4b05069b983da08c1e3f16 (patch) | |
tree | fe09af39806ce004ea39bf028b925f9930e90af3 /docs/CodingStandards.html | |
parent | 6966c48767f988dec21598bdb0e551caad0dea7b (diff) |
Fix a couple typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29416 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 36aced60a0..cec26fa67c 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -161,7 +161,7 @@ included, as well as any notes or "gotchas" in the code to watch out for.</p> <b>Class overviews</b> -<p>Classes are one fundemental part of a good object oriented design. As such, +<p>Classes are one fundamental part of a good object oriented design. As such, a class definition should have a comment block that explains what the class is used for... if it's not obvious. If it's so completely obvious your grandma could figure it out, it's probably safe to leave it out. Naming classes |