diff mbox

[0066/1529] Fix typo

Message ID 20160521114535.2502-1-andrea.gelmini@gelma.net
State New
Headers show

Commit Message

Andrea Gelmini May 21, 2016, 11:45 a.m. UTC
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 arch/arc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vineet Gupta May 26, 2016, 12:56 p.m. UTC | #1
On Saturday 21 May 2016 05:15 PM, Andrea Gelmini wrote:
> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>

Thx for these fixes Andrea. Do you mind if I squash the pile for ARC (66 thru 80)
into a single patch.

-Vineet
diff mbox

Patch

diff --git a/arch/arc/Makefile b/arch/arc/Makefile
index 02fabef..d4df6be 100644
--- a/arch/arc/Makefile
+++ b/arch/arc/Makefile
@@ -127,7 +127,7 @@  libs-y		+= arch/arc/lib/ $(LIBGCC)
 
 boot		:= arch/arc/boot
 
-#default target for make without any arguements.
+#default target for make without any arguments.
 KBUILD_IMAGE	:= bootpImage
 
 all:	$(KBUILD_IMAGE)