summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/findoncontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/findoncontainer.cxx')
-rw-r--r--compilerplugins/clang/store/findoncontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/findoncontainer.cxx b/compilerplugins/clang/store/findoncontainer.cxx
index f7db49d0f5b4..99efb9caab56 100644
--- a/compilerplugins/clang/store/findoncontainer.cxx
+++ b/compilerplugins/clang/store/findoncontainer.cxx
@@ -15,7 +15,7 @@
// Look for places calling std::find on a standard container where it should be using the container find method, which
// is more efficient.
//
-// This lives in /store because the implementation is a hack and is highly dependant on the inwards
+// This lives in /store because the implementation is a hack and is highly dependent on the inwards
// of the libc++ library on the machine it runs on.
//