summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nscd/protocol.h')
-rw-r--r--usr.sbin/nscd/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nscd/protocol.h b/usr.sbin/nscd/protocol.h
index dea2397..270335c 100644
--- a/usr.sbin/nscd/protocol.h
+++ b/usr.sbin/nscd/protocol.h
@@ -67,7 +67,7 @@ struct cache_read_response {
};
enum transformation_type {
- TT_USER = 0, // tranform only the entries of the caller
+ TT_USER = 0, // transform only the entries of the caller
TT_ALL = 1 // transform all entries
};
OpenPOWER on IntegriCloud