summaryrefslogtreecommitdiff
path: root/source3/include/smb_macros.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-09-02 09:10:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:03:28 -0500
commit513e81458f89b6c32262d7e9645be4750f299393 (patch)
tree24c7b32b555b72bdf9ed8f1708f25b23ec398742 /source3/include/smb_macros.h
parentae7f35086c59e0a6db34ff269ab8012426f8091a (diff)
downloadsamba-513e81458f89b6c32262d7e9645be4750f299393.tar.gz
samba-513e81458f89b6c32262d7e9645be4750f299393.tar.bz2
samba-513e81458f89b6c32262d7e9645be4750f299393.zip
r9945: fix typos.
Guenther (This used to be commit 12029e902277053a4066eae1b3ae311fae5e6422)
Diffstat (limited to 'source3/include/smb_macros.h')
-rw-r--r--source3/include/smb_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h
index 47dff7702b..41eac7e994 100644
--- a/source3/include/smb_macros.h
+++ b/source3/include/smb_macros.h
@@ -261,7 +261,7 @@ copy an IP address from one buffer to another
#define dos_format(fname) string_replace(fname,'/','\\')
/*****************************************************************************
- Check to see if we are a DO for this domain
+ Check to see if we are a DC for this domain
*****************************************************************************/
#define IS_DC (lp_server_role()==ROLE_DOMAIN_PDC || lp_server_role()==ROLE_DOMAIN_BDC)