diff options
author | Andrea Corallo <andrea.corallo@arm.com> | 2021-01-12 17:52:52 +0100 |
---|---|---|
committer | Andrea Corallo <andrea.corallo@arm.com> | 2021-01-12 17:58:32 +0100 |
commit | 1aff68d54c33ae10fbbb52adb50527baf7b2f627 (patch) | |
tree | 6514ba9cc2e9042be75dc7eb205a3e374b63fa13 /gcc/function-abi.h | |
parent | 25bef68902f42f414f99626cefb2d3df81de7dc8 (diff) | |
download | gcc-1aff68d54c33ae10fbbb52adb50527baf7b2f627.zip gcc-1aff68d54c33ae10fbbb52adb50527baf7b2f627.tar.gz gcc-1aff68d54c33ae10fbbb52adb50527baf7b2f627.tar.bz2 |
Fix typo in function-abi.h
gcc/Changelog
2021-01-12 Andrea Corallo <andrea.corallo@arm.com>
* function-abi.h: Fix typo.
Diffstat (limited to 'gcc/function-abi.h')
-rw-r--r-- | gcc/function-abi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function-abi.h b/gcc/function-abi.h index 0f34c8c..ac58f67 100644 --- a/gcc/function-abi.h +++ b/gcc/function-abi.h @@ -1,4 +1,4 @@ -/* Information about fuunction binary interfaces. +/* Information about function binary interfaces. Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of GCC |