diff options
Diffstat (limited to 'include/clang-c/Index.h')
-rw-r--r-- | include/clang-c/Index.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index 6d1a02fb4f..c1238e5d88 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -87,14 +87,12 @@ struct CXUnsavedFile { const char *Filename; /** - * \brief A null-terminated buffer containing the unsaved contents - * of this file. + * \brief A buffer containing the unsaved contents of this file. */ const char *Contents; /** - * \brief The length of the unsaved contents of this buffer, not - * counting the NULL at the end of the buffer. + * \brief The length of the unsaved contents of this buffer. */ unsigned long Length; }; |