]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
powerpc: Fix missing verb and typo in comment about AT_HWCAP entry
authorGustavo Romero <gromero@linux.vnet.ibm.com>
Mon, 18 Jul 2016 15:44:02 +0000 (12:44 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Thu, 21 Jul 2016 17:35:27 +0000 (14:35 -0300)
Fix missing verb and typo in comment about AT_HWCAP entry, in the context
of mcontext_t struct definition for PPC64 Linux kernels.

ChangeLog
sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h

index 97c46a1a60295518c9928279dfa44f331bf3f722..d7b67d6ce803ac7765918c28550c17faa1d33b7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-07-21  Gustavo Romero  <gromero@linux.vnet.ibm.com>
+
+       * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Fix missing verb
+       and typo in a comment about AT_HWCAP entry.
+
 2016-07-21  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
        * sysdeps/aarch64/libm-test-ulps: Updated.
index 04100a20233a01ecbfd87be477be3945384e2056..2b97bc71bdbf2aaaf6b9c5255c04b285bdb7ecce 100644 (file)
@@ -64,8 +64,8 @@ typedef struct
 /* For 64-bit kernels with Altivec support, a machine context is exactly
  * a sigcontext.  For older kernel (without Altivec) the sigcontext matches
  * the mcontext upto but not including the v_regs field.  For kernels that
- * don't AT_HWCAP or return AT_HWCAP without PPC_FEATURE_HAS_ALTIVEC the
- * v_regs field may not exit and should not be referenced.  The v_regd field
+ * don't set AT_HWCAP or return AT_HWCAP without PPC_FEATURE_HAS_ALTIVEC the
+ * v_regs field may not exist and should not be referenced.  The v_regd field
  * can be refernced safely only after verifying that PPC_FEATURE_HAS_ALTIVEC
  * is set in AT_HWCAP.  */