* exec.c (xfer_memory): Add attrib argument.
[deliverable/binutils-gdb.git] / gdb / sol-thread.c
index d78f8e609c30b6d7eb18cc80aa55b71f7df24dd4..be51710ffed912d7d07b74dd7e36cb441c565838 100644 (file)
@@ -217,7 +217,7 @@ td_err_string (td_err_e errcode)
     {TD_NOAPLIC, "Operation not applicable to"},
     {TD_NOTSD, "No thread specific data for this thread"},
     {TD_MALLOC, "Malloc failed"},
-    {TD_PARTIALREG, "Only part of register set was writen/read"},
+    {TD_PARTIALREG, "Only part of register set was written/read"},
     {TD_NOXREGS, "X register set not available for given thread"}
   };
   const int td_err_size = sizeof td_err_table / sizeof (struct string_map);
This page took 0.023244 seconds and 4 git commands to generate.