diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-08-02 19:32:06 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-08-02 19:32:06 +0000 |
commit | 3d8098c0f3f8db67079f8b39bcab8c025c49442f (patch) | |
tree | a6b4a9cc9d9d2e6ca4a7004f3e88710c45c1ce54 /libgloss | |
parent | 98bfe22095ed82af9932e0559ab1194947fada72 (diff) | |
download | newlib-3d8098c0f3f8db67079f8b39bcab8c025c49442f.zip newlib-3d8098c0f3f8db67079f8b39bcab8c025c49442f.tar.gz newlib-3d8098c0f3f8db67079f8b39bcab8c025c49442f.tar.bz2 |
Fixed comment spacing.
Diffstat (limited to 'libgloss')
-rw-r--r-- | libgloss/arm/libcfunc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/arm/libcfunc.c b/libgloss/arm/libcfunc.c index 26f5633..bde55af 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; } |