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