diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-01 05:34:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-01 05:34:32 +0000 |
commit | 51b5c350f805dbcfb5fe189f1d9a5296d75a9246 (patch) | |
tree | a132c02a1cbd8b2e8477cf3a9acb574e5ae63411 | |
parent | a16d0e81dd5b3ded0b66db38ff9410c92fde8c8b (diff) |
fix whitespace in comment
-rw-r--r-- | libc/sysdeps/linux/bfin/crt1.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/bfin/crt1.S b/libc/sysdeps/linux/bfin/crt1.S index dd30370b3..b9b6e3b86 100644 --- a/libc/sysdeps/linux/bfin/crt1.S +++ b/libc/sysdeps/linux/bfin/crt1.S @@ -17,7 +17,7 @@ * R0=argc * R1=argv * R2=__init -* SP=__fini +* SP=__fini */ #include <features.h> |