You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2014/01/28 13:05:30 UTC

svn commit: r1562047 - /subversion/trunk/subversion/libsvn_client/mtcc.h

Author: rhuijben
Date: Tue Jan 28 12:05:29 2014
New Revision: 1562047

URL: http://svn.apache.org/r1562047
Log:
* subversion/libsvn_client/mtcc.h
  Tweak comment to make it a bit more obvious that it is an internal header.
  Tweak #define to match check.

Modified:
    subversion/trunk/subversion/libsvn_client/mtcc.h

Modified: subversion/trunk/subversion/libsvn_client/mtcc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/mtcc.h?rev=1562047&r1=1562046&r2=1562047&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/mtcc.h (original)
+++ subversion/trunk/subversion/libsvn_client/mtcc.h Tue Jan 28 12:05:29 2014
@@ -1,5 +1,6 @@
 /*
  * mtcc.h :  Multi Command Context definitions
+ *           (internal to mtcc implementation)
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one
@@ -22,7 +23,7 @@
  */
 
 #ifndef SVN_LIBSVN_CLIENT_MTCC_H
-#define SVN_LIBSVN_CLIENT_H
+#define SVN_LIBSVN_CLIENT_MTCC_H
 
 /* The kind of operation to perform in an svn_client_mtcc_op_t */
 typedef enum svn_client_mtcc_kind_t
@@ -75,4 +76,4 @@ struct svn_client_mtcc_t
   svn_client_mtcc_op_t *root_op;
 };
 
-#endif
\ No newline at end of file
+#endif /* SVN_LIBSVN_CLIENT_MTCC_H */