diff options
author | Damian Wojsław <damian@wojslaw.pl> | 2010-09-01 07:02:17 +0200 |
---|---|---|
committer | Damian Wojsław <damian@wojslaw.pl> | 2010-09-01 07:02:17 +0200 |
commit | eeb4a8006173fc9bb3a9c16b1f93d24a21639a4c (patch) | |
tree | 5949dd91b022b7c7ba66536655e96568b0f23f85 | |
parent | 6da5aa940d1e163c6f244b5523c22d545bfb954b (diff) | |
download | illumos-joyent-eeb4a8006173fc9bb3a9c16b1f93d24a21639a4c.tar.gz |
80 comments format nits in nss_common.c
Reviewed by: garrett@nexenta.com
Approved by: garrett@nexenta.com
-rw-r--r-- | usr/src/lib/libc/port/gen/nss_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libc/port/gen/nss_common.c b/usr/src/lib/libc/port/gen/nss_common.c index a24dbc9ba2..1f3f006372 100644 --- a/usr/src/lib/libc/port/gen/nss_common.c +++ b/usr/src/lib/libc/port/gen/nss_common.c @@ -61,7 +61,7 @@ /* * PSARC/2005/133 updated the buffering mechanisms to handle * up to 2^64 buffering. But sets a practical limit of 512*1024. - * the expectation is the practical limit will be dynamic from + * The expectation is the practical limit will be dynamic from * nscd. For now, set the group limit to this value. */ @@ -2286,7 +2286,7 @@ _nsc_endent_u(nss_db_root_t *rootp, nss_db_initf_t initf, /* * Internal private API to return default suggested buffer sizes - * for nsswitch API requests + * for nsswitch API requests. */ size_t |