diff options
Diffstat (limited to 'clang-tools-extra/clang-doc/Serialize.cpp')
| -rw-r--r-- | clang-tools-extra/clang-doc/Serialize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-doc/Serialize.cpp b/clang-tools-extra/clang-doc/Serialize.cpp index 38ac576a1e1..54ee58960b2 100644 --- a/clang-tools-extra/clang-doc/Serialize.cpp +++ b/clang-tools-extra/clang-doc/Serialize.cpp @@ -32,7 +32,7 @@ populateParentNamespaces(llvm::SmallVector<Reference, 4> &Namespaces, // A function to extract the appropriate relative path for a given info's // documentation. The path returned is a composite of the parent namespaces. // -// Example: Given the below, the diretory path for class C info will be +// Example: Given the below, the directory path for class C info will be // <root>/A/B // // namespace A { |

