[Libreoffice-commits] core.git: compilerplugins/clang

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jan 26 10:15:19 UTC 2020


 compilerplugins/clang/test/makeshared.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 91dd3e8d903eb388e709ec45163a375590150773
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jan 24 19:44:01 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jan 26 11:14:45 2020 +0100

    Fix typo
    
    Change-Id: Ic0e0553bd836dabb146d31840a4855cf6299c68e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87365
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/compilerplugins/clang/test/makeshared.cxx b/compilerplugins/clang/test/makeshared.cxx
index 6e388428f8f1..3bb4702a05d8 100644
--- a/compilerplugins/clang/test/makeshared.cxx
+++ b/compilerplugins/clang/test/makeshared.cxx
@@ -36,7 +36,7 @@ void test1()
     std::shared_ptr<S1> z(new S1);
     z.reset(new S1);
 
-    // no warning expected - this constructor takes an initializer-list, which maked_shared does not support
+    // no warning expected - this constructor takes an initializer-list, which make_shared does not support
     auto a = std::shared_ptr<o3tl::sorted_vector<int>>(new o3tl::sorted_vector<int>({ 1, 2 }));
 };
 


More information about the Libreoffice-commits mailing list