summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Zauner <christoph.zauner@sernet.de>2008-06-11 14:05:47 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-12 09:25:07 +0200
commit8d15371de40f9b0ed6261d5c1541d71d42cf0182 (patch)
tree4ae018fce576287d83135103189956ccb20c4ff5
parent5b8259c11240417913cd4140f90ad70ee88316ed (diff)
downloadsamba-8d15371de40f9b0ed6261d5c1541d71d42cf0182.tar.gz
samba-8d15371de40f9b0ed6261d5c1541d71d42cf0182.tar.bz2
samba-8d15371de40f9b0ed6261d5c1541d71d42cf0182.zip
Fix typos.
(This used to be commit b2390aa738f6384016600dffb8065bd0bcda6ef1)
-rw-r--r--source3/include/nt_status.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/nt_status.h b/source3/include/nt_status.h
index ef862685e7..30174e4b51 100644
--- a/source3/include/nt_status.h
+++ b/source3/include/nt_status.h
@@ -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)