]> granicus.if.org Git - clang/commitdiff
PR16106: Correct the docs to reflect the actual behavior of the interface.
authorVassil Vassilev <v.g.vassilev@gmail.com>
Thu, 6 Apr 2017 10:05:46 +0000 (10:05 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Thu, 6 Apr 2017 10:05:46 +0000 (10:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299639 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index 208da7d0f423a472b5394decc65dc3b48eda8550..e33424138d96c1351cd3b6043441d9450d02ba3b 100644 (file)
@@ -478,8 +478,8 @@ CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location,
                                                unsigned *offset);
 
 /**
- * \brief Retrieve the file, line, column, and offset represented by
- * the given source location, as specified in a # line directive.
+ * \brief Retrieve the file, line and column represented by the given source
+ * location, as specified in a # line directive.
  *
  * Example: given the following source code in a file somefile.c
  *