gdbsupport: Resolve shellcheck issues in create-version.sh script
[deliverable/binutils-gdb.git] / gdbsupport / gdb_binary_search.h
index a4560151e0600e541782f2f11261937ec288eefe..ddda415462e0a5d0d113c4bc55d89007c14992d0 100644 (file)
@@ -26,9 +26,9 @@
 namespace gdb {
 
 /* Implements a binary search using C++ iterators.
-   This differs from std::binary_search in that it returns an interator for
+   This differs from std::binary_search in that it returns an iterator for
    the found element and in that the type of EL can be different from the
-   type of the elements in the countainer.
+   type of the elements in the container.
 
    COMP is a C-style comparison function with signature:
    int comp(const value_type& a, const T& b);
This page took 0.029187 seconds and 4 git commands to generate.