Slightly better documentation

This commit is contained in:
Miek Gieben 2013-06-24 08:14:30 +00:00
parent a6268506fd
commit 45640bc8bd
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ func SplitLabels(s string) []string {
// CompareLabels compares the names s1 and s2 and
// returns how many labels they have in common starting from the right.
// The comparison stops at the first inequality. The labels are not downcased
// before the comparison.
// The comparison stops at the first inequality. The labels are not lower cased
// before the comparison, the caller should take care of this.
//
// www.miek.nl. and miek.nl. have two labels in common: miek and nl
// www.miek.nl. and www.bla.nl. have one label in common: nl