mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 19:49:45 +08:00
fix typo
From-SVN: r24652
This commit is contained in:
parent
7e4311a31b
commit
31ee9d6c10
@ -397,7 +397,7 @@ fancy_abort ()
|
||||
}
|
||||
|
||||
char *
|
||||
xstrdup (s1)
|
||||
xstrdup (input)
|
||||
const char *input;
|
||||
{
|
||||
register size_t len = strlen (input) + 1;
|
||||
|
@ -1624,7 +1624,7 @@ change_state (oldpos, newpos, indent)
|
||||
}
|
||||
|
||||
char *
|
||||
xstrdup (s1)
|
||||
xstrdup (input)
|
||||
const char *input;
|
||||
{
|
||||
register size_t len = strlen (input) + 1;
|
||||
|
Loading…
Reference in New Issue
Block a user