1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Fix typos.

(This used to be commit b2390aa738)
This commit is contained in:
Christoph Zauner 2008-06-11 14:05:47 +02:00 committed by Karolin Seeger
parent 5b8259c112
commit 8d15371de4

View File

@ -27,10 +27,10 @@
#undef HAVE_IMMEDIATE_STRUCTURES
#endif
/* the following rather strange looking definitions of NTSTATUS and WERROR
and there in order to catch common coding errors where different error types
/* The following rather strange looking definitions of NTSTATUS and WERROR
are there in order to catch common coding errors where different error types
are mixed up. This is especially important as we slowly convert Samba
from using bool for internal functions
from using bool for internal functions.
*/
#if defined(HAVE_IMMEDIATE_STRUCTURES)