]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/dyn-string.c
expmed: TRUNCATE value1 if needed in store_bit_field_using_insv
[thirdparty/gcc.git] / libiberty / dyn-string.c
index b96a0cdd300b43eb38aceac2832412154df53433..5805c0b4ff8c13e87e376b45e243b07bdee73d6a 100644 (file)
@@ -1,5 +1,5 @@
 /* An abstract string datatype.
-   Copyright (C) 1998-2022 Free Software Foundation, Inc.
+   Copyright (C) 1998-2024 Free Software Foundation, Inc.
    Contributed by Mark Mitchell (mark@markmitchell.com).
 
 This file is part of GNU CC.
@@ -47,7 +47,7 @@ Boston, MA 02110-1301, USA.  */
 
 /* Performs in-place initialization of a dyn_string struct.  This
    function can be used with a dyn_string struct on the stack or
-   embedded in another object.  The contents of of the string itself
+   embedded in another object.  The contents of the string itself
    are still dynamically allocated.  The string initially is capable
    of holding at least SPACE characeters, including the terminating
    NUL.  If SPACE is 0, it will silently be increated to 1.