]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libbacktrace: Fix typos in various files
authorDhruv Chawla <dhruvc@nvidia.com>
Thu, 14 May 2026 08:54:02 +0000 (08:54 +0000)
committerDhruv Chawla <dhruvc@nvidia.com>
Sat, 30 May 2026 14:19:36 +0000 (19:49 +0530)
Signed-off-by: Dhruv Chawla <dhruvc@nvidia.com>
libbacktrace/ChangeLog:

* allocfail.sh: Fix typos.
* elf.c (elf_fetch_bits): Likewise.

libbacktrace/allocfail.sh
libbacktrace/elf.c

index 662792757dad30c51d08a7bb8b698e4be1b025dc..f591c43557a20ec25110465e3c66f22926ada7c9 100755 (executable)
@@ -77,7 +77,7 @@ while [ $i -le $allocs ]; do
        exit 1
     fi
 
-    # The test-case would run too long if we would excercise all allocs.
+    # The test-case would run too long if we would exercise all allocs.
     # So, run with step 1 initially, and increase the step once we have 10
     # subsequent passes, and drop back to step 1 once we encounter another
     # failure.  This takes ~2.6 seconds on an i7-6600U CPU @ 2.60GHz.
index 46607f6fb8d01b43213623939d91eeb6fec870f0..5aee4afd0d1b5d1baac5bc80d9995eba32e9c14c 100644 (file)
@@ -1166,7 +1166,7 @@ elf_fetch_bits (const unsigned char **ppin, const unsigned char *pinend,
   return 1;
 }
 
-/* This is like elf_fetch_bits, but it fetchs the bits backward, and ensures at
+/* This is like elf_fetch_bits, but it fetches the bits backward, and ensures at
    least 16 bits.  This is for zstd.  */
 
 static int