X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libctf%2Fctf-open.c;h=64081464425193b15314b69e4b360ffc78e6611b;hb=d27c357a5b83773054e85ff3ea5dbfe18b9dd3c0;hp=aedf39086a2d288c3299260eaef15363a2a520b0;hpb=ad613f1d0693e02bdc86047c479315d5f969e2f7;p=deliverable%2Fbinutils-gdb.git diff --git a/libctf/ctf-open.c b/libctf/ctf-open.c index aedf39086a..6408146442 100644 --- a/libctf/ctf-open.c +++ b/libctf/ctf-open.c @@ -1,5 +1,5 @@ /* Opening CTF files. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. @@ -1542,8 +1542,8 @@ ctf_bufopen_internal (const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, (err = flip_ctf (hp, fp->ctf_buf)) != 0) { /* We can be certain that flip_ctf() will have endian-flipped everything - other than the types table when we return. In particular the header - is fine, so set it, to allow freeing to use the usual code path. */ + other than the types table when we return. In particular the header + is fine, so set it, to allow freeing to use the usual code path. */ ctf_set_base (fp, hp, fp->ctf_base); goto bad;