diff options
Diffstat (limited to 'include/rpcsvc/nis.x')
-rw-r--r-- | include/rpcsvc/nis.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpcsvc/nis.x b/include/rpcsvc/nis.x index 748caf64b5fb..c1c4851e60d3 100644 --- a/include/rpcsvc/nis.x +++ b/include/rpcsvc/nis.x @@ -192,7 +192,7 @@ struct ping_args { /* * These are the type of entries that are stored in the transaction log, * note that modifications will appear as two entries, for names, they have - * a "OLD" entry followed by a "NEW" entry. For entries in tables, there + * an "OLD" entry followed by a "NEW" entry. For entries in tables, there * is a remove followed by an add. It is done this way so that we can read * the log backwards to back out transactions and forwards to propogate * updated. |