Change inferior thread list to be a thread map
[deliverable/binutils-gdb.git] / gdb / ppc-linux-nat.c
index 532813d136f89ad5b3d271e09afeb90d1c8f67ce..d619971a001d225ea278c776e09fb5297074c6a7 100644 (file)
@@ -1,6 +1,6 @@
 /* PPC GNU/Linux native support.
 
-   Copyright (C) 1988-2019 Free Software Foundation, Inc.
+   Copyright (C) 1988-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -616,7 +616,7 @@ fetch_register (struct regcache *regcache, int tid, int regno)
   if (altivec_register_p (gdbarch, regno))
     {
       /* If this is the first time through, or if it is not the first
-         time through, and we have comfirmed that there is kernel
+         time through, and we have confirmed that there is kernel
          support for such a ptrace request, then go and fetch the
          register.  */
       if (have_ptrace_getvrregs)
This page took 0.02575 seconds and 4 git commands to generate.