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

Andrea Gelmini andrea.gelmini at gelma.net
Mon Sep 4 12:39:31 UTC 2017


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

New commits:
commit a40d37b4d61f70a51a739732bcf7ad94c2ca4f0a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Sep 4 13:33:36 2017 +0200

    Fix typo
    
    Change-Id: Iab1878108420c2437f9d7e36696a68b1cfb024f9
    Reviewed-on: https://gerrit.libreoffice.org/41890
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/compilerplugins/clang/redundantpointerops.cxx b/compilerplugins/clang/redundantpointerops.cxx
index 6a88cdb13d70..3a971b24d804 100644
--- a/compilerplugins/clang/redundantpointerops.cxx
+++ b/compilerplugins/clang/redundantpointerops.cxx
@@ -20,7 +20,7 @@
 /**
  * Look for:
  *     (&x)->y
- * which can be tranformed to:
+ * which can be transformed to:
  *      x.y
  * And
  *    &*x


More information about the Libreoffice-commits mailing list