diff options
Diffstat (limited to 'util/getpir')
-rw-r--r-- | util/getpir/code_gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/getpir/code_gen.c b/util/getpir/code_gen.c index 96f2f3dad2..d15715c220 100644 --- a/util/getpir/code_gen.c +++ b/util/getpir/code_gen.c @@ -21,7 +21,7 @@ static char *preamble[] = { " *\n", " * You should have received a copy of the GNU General Public License\n", " * along with this program; if not, write to the Free Software\n", - " * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n", + " * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n", " */\n\n", "#ifdef GETPIR /* TODO: Drop this when copying to coreboot. */\n", "#include \"pirq_routing.h\" /* TODO: Drop this when copying to coreboot. */\n", |