aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathan Sidwell <nathans@fb.com>2020-01-15 07:18:20 -0800
committerNathan Sidwell <nathans@fb.com>2020-01-15 07:18:20 -0800
commit1918e70df1f511b19368ad0b07ef5a607a6f5673 (patch)
tree89d5e5a2b72107a7b130e03c9826140256981629 /gcc
parent37e27de43133b87ceb529d863f0d1f54d87cf2d8 (diff)
downloadgcc-1918e70df1f511b19368ad0b07ef5a607a6f5673.zip
gcc-1918e70df1f511b19368ad0b07ef5a607a6f5673.tar.gz
gcc-1918e70df1f511b19368ad0b07ef5a607a6f5673.tar.bz2
[PR90916] Fix typo
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 59e0994..969827e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,6 +1,6 @@
2020-01-14 Nathan Sidwell <nathan@acm.org>
- PT c++/90916
+ PR c++/90916
* pt.c (retrieve_specialization): Use get_template_info, not open
coding access.