]> wimlib.net Git - wimlib/commitdiff
wimlib.h: Fix docs for WIMLIB_OPEN_FLAG_WRITE_ACCESS
authorEric Biggers <ebiggers3@gmail.com>
Thu, 23 May 2013 04:32:44 +0000 (23:32 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 23 May 2013 04:32:44 +0000 (23:32 -0500)
include/wimlib.h

index 6d3c3caabc551eea74b8cfa414f68e83f1f3f32e..9c8239aa0c47ff95d99b489c5e6bf614d5258a9d 100644 (file)
@@ -916,9 +916,9 @@ struct wimlib_wim_info {
 /** Check if the WIM is writable and return ::WIMLIB_ERR_WIM_IS_READONLY if it
  * is not.  A WIM is considered writable only if it is writable at the
  * filesystem level, does not have the WIM_HDR_FLAG_READONLY flag set in its
 /** Check if the WIM is writable and return ::WIMLIB_ERR_WIM_IS_READONLY if it
  * is not.  A WIM is considered writable only if it is writable at the
  * filesystem level, does not have the WIM_HDR_FLAG_READONLY flag set in its
- * header (note: wimlib currently never sets this flag), and is not part of a
- * spanned set.  It is not required to provide this flag to make changes to the
- * WIM, but with this flag you get the error sooner rather than later. */
+ * header, and is not part of a spanned set.  It is not required to provide this
+ * flag to make changes to the WIM, but with this flag you get the error sooner
+ * rather than later. */
 #define WIMLIB_OPEN_FLAG_WRITE_ACCESS                  0x00000004
 
 /******************************
 #define WIMLIB_OPEN_FLAG_WRITE_ACCESS                  0x00000004
 
 /******************************