From 55f33240f3d7051d4213629e92437a36f1fac50e Mon Sep 17 00:00:00 2001 From: Alexander Steffen Date: Fri, 30 Jun 2017 09:22:17 +0200 Subject: all: Use the name MicroPython consistently in comments There were several different spellings of MicroPython present in comments, when there should be only one. --- esp8266/machine_pin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'esp8266/machine_pin.c') diff --git a/esp8266/machine_pin.c b/esp8266/machine_pin.c index 6f75a0a6a9..de65735ba7 100644 --- a/esp8266/machine_pin.c +++ b/esp8266/machine_pin.c @@ -1,5 +1,5 @@ /* - * This file is part of the Micro Python project, http://micropython.org/ + * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * -- cgit v1.2.3