From 2919f46763167f501a7f625d33be64c5c932445a Mon Sep 17 00:00:00 2001 From: fabianoms Date: Mon, 26 Feb 2018 19:57:46 -0300 Subject: [PATCH] Fix small typo in documentation. --- tools/sdk/libc/xtensa-lx106-elf/include/locale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sdk/libc/xtensa-lx106-elf/include/locale.h b/tools/sdk/libc/xtensa-lx106-elf/include/locale.h index cbd658e410..2ad63d434d 100644 --- a/tools/sdk/libc/xtensa-lx106-elf/include/locale.h +++ b/tools/sdk/libc/xtensa-lx106-elf/include/locale.h @@ -1,7 +1,7 @@ /* locale.h Values appropriate for the formatting of monetary and other - numberic quantities. + numeric quantities. */ #ifndef _LOCALE_H_