]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
Remove duplicate words & fix grammatical errors
[wimlib] / include / wimlib / inode.h
index 04ec9682ad5886da5a55532401ba614e0e393b69..a3f38b74ea4a96a9b5b8b6d48fe9212359d89aa4 100644 (file)
@@ -237,7 +237,7 @@ struct wim_ads_entry_on_disk {
        le16 stream_name_nbytes;
 
        /* Stream name in UTF-16LE.  It is @stream_name_nbytes bytes long,
-        * excluding the the null terminator.  There is a null terminator
+        * excluding the null terminator.  There is a null terminator
         * character if @stream_name_nbytes != 0; i.e., if this stream is named.
         * */
        utf16lechar stream_name[];