diff options
author | emaste <emaste@FreeBSD.org> | 2013-05-28 20:57:40 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2013-05-28 20:57:40 +0000 |
commit | 324e4c082c14aebf00f8dbee0fb7ad285393756a (patch) | |
tree | e626bff288f2cbf77d9f313f03f7f1797eb48b86 /lib/libc/string/wcsncmp.c | |
parent | 3f99d602fd34d31d81a72b93b9d218071ff11bf9 (diff) | |
download | FreeBSD-src-324e4c082c14aebf00f8dbee0fb7ad285393756a.zip FreeBSD-src-324e4c082c14aebf00f8dbee0fb7ad285393756a.tar.gz |
Renumber clauses to reduce diffs to other versions
NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3,
so follow suit to make comparison easier.
Diffstat (limited to 'lib/libc/string/wcsncmp.c')
-rw-r--r-- | lib/libc/string/wcsncmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/wcsncmp.c b/lib/libc/string/wcsncmp.c index 86d7a51..8236d96 100644 --- a/lib/libc/string/wcsncmp.c +++ b/lib/libc/string/wcsncmp.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |