Document and extend readline-bindable functions
[deliverable/binutils-gdb.git] / gdb / cp-support.c
index 253369b1efe5ea37c615e0af9ba158bfd48c3329..fd7ddc1dbf3782f7058b14ea9041c2e2e472fc84 100644 (file)
@@ -985,7 +985,7 @@ cp_find_first_component_aux (const char *name, int permissive)
   /* Operator names can show up in unexpected places.  Since these can
      contain parentheses or angle brackets, they can screw up the
      recursion.  But not every string 'operator' is part of an
-     operater name: e.g. you could have a variable 'cooperator'.  So
+     operator name: e.g. you could have a variable 'cooperator'.  So
      this variable tells us whether or not we should treat the string
      'operator' as starting an operator.  */
   int operator_possible = 1;
This page took 0.02875 seconds and 4 git commands to generate.