summaryrefslogtreecommitdiffstats
path: root/libgloss/arm
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/arm')
-rw-r--r--libgloss/arm/libcfunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/arm/libcfunc.c b/libgloss/arm/libcfunc.c
index 26f563308..bde55afd2 100644
--- a/libgloss/arm/libcfunc.c
+++ b/libgloss/arm/libcfunc.c
@@ -48,7 +48,7 @@ int __attribute__((weak))
isatty(int fildes)
{
/* GDB does not yet support the IsTTY SWI that _isatty
- * calls, so always return true for now. */
+ * calls, so always return true for now. */
(void)fildes;
return 1;
}