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

New commits:
commit a40d37b4d61f70a51a739732bcf7ad94c2ca4f0a
Author: Andrea Gelmini <[email protected]>
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 <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to