Преглед на файлове

Typo fix from Peter Mazinger.

Joakim Tjernlund преди 21 години
родител
ревизия
d6017ab374
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      libc/sysdeps/linux/powerpc/crt0.S

+ 1 - 1
libc/sysdeps/linux/powerpc/crt0.S

@@ -35,7 +35,7 @@
 	.section ".text"
 	.globl	_start
 	.type	_start,@function
-#if defined L_crt0 || L_Scrt0 || ! defined __UCLIBC_CTOR_DTOR__
+#if defined L_crt0 || defined L_Scrt0 || ! defined __UCLIBC_CTOR_DTOR__
 	.type	__uClibc_main,%function
 #else
 	.weak	_init