Use a member function to set a symbol's language
[deliverable/binutils-gdb.git] / gdb / ser-tcp.c
index 079f24828e921d087b273a9c0613204df69c3c6a..37f64b5d08264b873b79773b774edf03895f2d56 100644 (file)
@@ -307,7 +307,7 @@ net_open (struct serial *scb, const char *name)
   /* Flag to indicate whether we've got a connection refused.  It will
      be true if any of the connections tried was refused.  */
   bool got_connrefused;
-  /* If a connection succeeeds, SUCCESS_AINFO will point to the
+  /* If a connection succeeds, SUCCESS_AINFO will point to the
      'struct addrinfo' that succeed.  */
   struct addrinfo *success_ainfo = NULL;
   unsigned int polls = 0;
This page took 0.025025 seconds and 4 git commands to generate.