Fixed comment spacing.

This commit is contained in:
Jeff Johnston 2005-08-02 19:32:06 +00:00
parent 98bfe22095
commit 3d8098c0f3
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}