diff options
Diffstat (limited to 'string/memcmpeq.c')
-rw-r--r-- | string/memcmpeq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/memcmpeq.c b/string/memcmpeq.c index c38e7b0..5397c05 100644 --- a/string/memcmpeq.c +++ b/string/memcmpeq.c @@ -16,7 +16,7 @@ <https://www.gnu.org/licenses/>. */ /* This file is intentionally left empty. It exists so that both - architectures which implement __memcmpeq seperately from memcmp and + architectures which implement __memcmpeq separately from memcmp and architectures which implement __memcmpeq by having it alias memcmp will build. |