Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-08-02 23:32:06 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-08-02 23:32:06 +0400
commit3d8098c0f3f8db67079f8b39bcab8c025c49442f (patch)
treea6b4a9cc9d9d2e6ca4a7004f3e88710c45c1ce54 /libgloss
parent98bfe22095ed82af9932e0559ab1194947fada72 (diff)
Fixed comment spacing.
Diffstat (limited to 'libgloss')
-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;
}