documentation fix.

* subversion/include/svn_client.h
  (svn_client_get_commit_log_t): modified documentation to say that
  commit_items is a read only array.

Index: subversion/include/svn_client.h
===================================================================
--- subversion/include/svn_client.h	(revision 10145)
+++ subversion/include/svn_client.h	(working copy)
@@ -311,9 +311,9 @@
  * @c NULL, this value is undefined).  The log message MUST be a UTF8 
  * string with LF line separators.
  *
- * @a commit_items is an array of @c svn_client_commit_item_t structures,
- * which may be fully or only partially filled-in, depending on the
- * type of commit operation.
+ * @a commit_items is a read only array of @c svn_client_commit_item_t
+ * structures, which may be fully or only partially filled-in, depending
+ * on the type of commit operation.
  *
  * @a baton is provided along with the callback for use by the handler.
  *
