2
1
Эх сурвалжийг харах

package/madplay: fix typos in comments

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Peter Korsgaard 11 сар өмнө
parent
commit
2465cdb48a

+ 1 - 1
package/madplay/0004-configure-ac-call-AM_MKINSTALLDIRS.patch

@@ -3,7 +3,7 @@ configure.ac: call AM_MKINSTALLDIRS to substitute @MKINSTALLDIRS@
 MKINSTALLDIRS is obsolete and doesn't get automatically called.
 
 Force call AM_MKINSTALLDIRS() macro to substitute every @MKINSTALLDIRS@
-occurence in *.in files.
+occurrence in *.in files.
 
 Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
 

+ 1 - 1
package/madplay/madplay.mk

@@ -18,7 +18,7 @@ MADPLAY_AUTORECONF = YES
 # madplay uses libmad which has some assembly function that is not present in
 # Thumb mode:
 # Error: selected processor does not support `smull r8,r9,r2,r4' in Thumb mode
-# so, we desactivate Thumb mode
+# so, we deactivate Thumb mode
 ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
 MADPLAY_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -marm"
 endif