From: Alangi Derick Date: Tue, 25 Feb 2014 06:19:32 +0000 (+0000) Subject: * calls.h: Fix typo in comment. X-Git-Tag: releases/gcc-4.9.0~707 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d9def42c2d1d1f871a4f0d09ed2472089b763c4;p=thirdparty%2Fgcc.git * calls.h: Fix typo in comment. From-SVN: r208108 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8273d2ac6d70..c1b18abf9da1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-02-24 Alangi Derick + + * calls.h: Fix typo in comment. + 2014-02-24 John David Anglin * config/pa/pa.c (pa_output_move_double): Don't valididate when diff --git a/gcc/calls.h b/gcc/calls.h index e6435cc0ba2b..e240908bef72 100644 --- a/gcc/calls.h +++ b/gcc/calls.h @@ -1,4 +1,4 @@ -/* Declarations anda data types for RTL call insn generation. +/* Declarations and data types for RTL call insn generation. Copyright (C) 2013-2014 Free Software Foundation, Inc. This file is part of GCC.