diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/local.h b/source4/include/local.h index 81dd7e8b20..3f0f8618aa 100644 --- a/source4/include/local.h +++ b/source4/include/local.h @@ -227,7 +227,7 @@ /* size of listen() backlog in smbd */ #define SMBD_LISTEN_BACKLOG 10 -/* the range of ports to try for decrpc over tcp endpoints */ +/* the range of ports to try for dcerpc over tcp endpoints */ #define DCERPC_TCP_LOW_PORT 1024 #define DCERPC_TCP_HIGH_PORT 1300 |