Make hardware watchpoints work for process record.
[binutils-gdb.git] / bfd / aoutx.h
index 23fd5c407ba58bd6fdd802e7825905e56de4a7ed..9521d0a8fa2293d3ec795247afd5ea76814307be 100644 (file)
@@ -3284,7 +3284,7 @@ aout_link_check_ar_symbols (bfd *abfd,
            {
              int skip = 0;
 
-             switch (info->common_skip_ar_aymbols)
+             switch (info->common_skip_ar_symbols)
                {
                case bfd_link_common_skip_text:
                  skip = (type == (N_TEXT | N_EXT));