runtime: fix type descriptor name in C code
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 31 Jan 2018 18:25:17 +0000 (18:25 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 31 Jan 2018 18:25:17 +0000 (18:25 +0000)
commit9734500e9b7e9303e1d8bd4785cca4a82d9656af
treeca1a65cd6f4511783565a842275a9216671f74cc
parent382ce98374d2625d0f5cab3c7cb578aee7a5889c
runtime: fix type descriptor name in C code

    I forgot to update the name of the map[string]bool type descriptor
    used in go-fieldtrack.c.  This didn't cause any errors because it's a
    weak symbol, and the current testsuite has no field tracking tests.

    Reviewed-on: https://go-review.googlesource.com/91096

From-SVN: r257249
gcc/go/gofrontend/MERGE
libgo/runtime/go-fieldtrack.c