From 621a415c013556d2d67359c4c51da11ee3703196 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 26 Feb 2010 20:18:32 +0000 Subject: [PATCH] Fix typos in comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97257 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodingStandards.html | 4 ++-- docs/CommandLine.html | 2 +- docs/DeveloperPolicy.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index ee9443d164d..7815e19739f 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -194,9 +194,9 @@ something sane goes a long ways towards avoiding writing documentation.

Method information

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.

diff --git a/docs/CommandLine.html b/docs/CommandLine.html index f5732267aad..47ab2cc074d 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -706,7 +706,7 @@ checking we have to do.

Instead of collecting sets of options in a list, it is also possible to -gather information for enum values in a bit vector. The represention used by +gather information for enum values in a bit vector. The representation used by the cl::bits class is an unsigned integer. An enum value is represented by a 0/1 in the enum's ordinal value bit position. 1 indicating that the enum was specified, 0 otherwise. As each diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index b11e48bee35..357c92956fd 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -520,7 +520,7 @@ Changes

We intend to keep LLVM perpetually open source and to use a liberal open source license. The current license is the University of - llinois/NCSA Open Source License, which boils down to this:

+ Illinois/NCSA Open Source License, which boils down to this: