diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2009-05-22 16:46:01 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2009-05-22 16:46:01 +0000 |
commit | b51af5478aa2ae5fa7b451f27cfae615a2443ce4 (patch) | |
tree | 188dd06edace07fa8748c6b50b28402330c2b04a /sys/fs | |
parent | 9bc0f6dfac2f06dc61215d3ea192097baf874876 (diff) | |
download | FreeBSD-src-b51af5478aa2ae5fa7b451f27cfae615a2443ce4.zip FreeBSD-src-b51af5478aa2ae5fa7b451f27cfae615a2443ce4.tar.gz |
Change the comment at the beginning of the function to reflect the
change from panic() to printf() done by r192588.
Diffstat (limited to 'sys/fs')
-rw-r--r-- | sys/fs/nfsserver/nfs_nfsdstate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/nfsserver/nfs_nfsdstate.c b/sys/fs/nfsserver/nfs_nfsdstate.c index 70d722b..b154e41 100644 --- a/sys/fs/nfsserver/nfs_nfsdstate.c +++ b/sys/fs/nfsserver/nfs_nfsdstate.c @@ -3691,8 +3691,8 @@ nfsrv_docallback(struct nfsclient *clp, int procnum, /* * Return the next index# for a clientid. Mostly just increment and return * the next one, but... if the 32bit unsigned does actually wrap around, - * reboot. This is here more for fun than practical purposes. At an - * average rate of one new client per second, it will wrap around in + * it should be rebooted. + * At an average rate of one new client per second, it will wrap around in * approximately 136 years. (I think the server will have been shut * down or rebooted before then.) */ |