From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pd0-f172.google.com ([209.85.192.172]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UjPTu-0007vi-VZ for barebox@lists.infradead.org; Mon, 03 Jun 2013 07:47:07 +0000 Received: by mail-pd0-f172.google.com with SMTP id t10so1746118pdi.31 for ; Mon, 03 Jun 2013 00:46:45 -0700 (PDT) From: Masaki Muranaka Date: Mon, 3 Jun 2013 16:46:33 +0900 Message-Id: <1370245593-68520-1-git-send-email-monaka@monami-ya.jp> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] Fix typo. To: barebox@lists.infradead.org This fix is harmless and obvious. Signed-off-by: Masaki Muranaka --- include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stdio.h b/include/stdio.h index 5c091a8..0eacdfc 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -70,7 +70,7 @@ static inline int ctrlc (void) { return 0; } -#endif /* ARCH_HAS_CTRC */ +#endif /* ARCH_HAS_CTRLC */ #endif -- 1.8.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox