aboutsummaryrefslogtreecommitdiff
path: root/libgcc/unwind-dw2-fde.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/unwind-dw2-fde.c')
-rw-r--r--libgcc/unwind-dw2-fde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/unwind-dw2-fde.c b/libgcc/unwind-dw2-fde.c
index 9d503545677..eb8f69e6245 100644
--- a/libgcc/unwind-dw2-fde.c
+++ b/libgcc/unwind-dw2-fde.c
@@ -501,7 +501,7 @@ fde_mixed_encoding_extract (struct object *ob, _Unwind_Ptr *target,
typedef void (*fde_extractor_t) (struct object *, _Unwind_Ptr *, const fde **,
int);
-// Data is is sorted using radix sort if possible, using an temporary
+// Data is sorted using radix sort if possible, using an temporary
// auxiliary data structure of the same size as the input. When running
// out of memory do in-place heap sort.