From: Marek Becka Date: Wed, 12 Feb 2014 14:12:57 +0000 (+0100) Subject: fix typos in comments X-Git-Tag: collectd-5.5.0~135^2~2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=779d2edec15a4812758ba41bdb9e1d03d1008574;p=collectd.git fix typos in comments --- diff --git a/src/nfs.c b/src/nfs.c index c466439c..fdd3149c 100644 --- a/src/nfs.c +++ b/src/nfs.c @@ -296,11 +296,11 @@ static const char *nfs4_client40_procedures_names[] = static const char *nfs4_client41_procedures_names[] = { - "exchange_id", /* |40| 3.6.30 */ - "create_session", /* |40| 3.6.30 */ - "destroy_session", /* |40| 3.6.30 */ - "sequence", /* |40| 3.6.30 */ - "get_lease_time", /* |40| 3.6.30 */ + "exchange_id", /* |40| 2.6.30 */ + "create_session", /* |40| 2.6.30 */ + "destroy_session", /* |40| 2.6.30 */ + "sequence", /* |40| 2.6.30 */ + "get_lease_time", /* |40| 2.6.30 */ "reclaim_complete", /* |41| 2.6.33 */ "layoutget", /* |44| 2.6.37 */ "getdeviceinfo", /* |44| 2.6.37 */