From 3d8098c0f3f8db67079f8b39bcab8c025c49442f Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 2 Aug 2005 19:32:06 +0000 Subject: [PATCH] Fixed comment spacing. --- libgloss/arm/libcfunc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }