Kaydet (Commit) a9d67bbb authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: If9d52bd769d96865a3fbfdda1f339bbd0f8c3ca3
Reviewed-on: https://gerrit.libreoffice.org/73633
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 93bc4fe0
...@@ -258,9 +258,9 @@ static bool areTypesEqual(QualType lhs, QualType rhs) ...@@ -258,9 +258,9 @@ static bool areTypesEqual(QualType lhs, QualType rhs)
// //
// typedef __darwin_size_t size_t; // typedef __darwin_size_t size_t;
// //
// where __darwin_size_t is a typedef for long unsigned int, too, so that, depening on the // where __darwin_size_t is a typedef for long unsigned int, too, so that, depending on the
// order in which those two files get inclued, either of those two typedefs can act as a // order in which those two files get included, either of those two typedefs can act as a
// redeclaration of the other one. However, areTypesEqual would unhelpfuly consider such // redeclaration of the other one. However, areTypesEqual would unhelpfully consider such
// different occurrences of size_t to be non-equal, so filter them out here. And, at least // different occurrences of size_t to be non-equal, so filter them out here. And, at least
// with my libcxx trunk .../include/c++/v1/cstddef, std::size_t is a using declaration that // with my libcxx trunk .../include/c++/v1/cstddef, std::size_t is a using declaration that
// brings size_t from the global namespace into namespace std, so that the above checks for // brings size_t from the global namespace into namespace std, so that the above checks for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment