flashrom: fix typos in patch descriptions
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 28 Oct 2015 22:58:42 +0000 (23:58 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 28 Oct 2015 22:58:42 +0000 (23:58 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/flashrom/0001-spi.patch
package/flashrom/0002-sys-io.h.patch

index d28cb46f230003cb484bc1e23612d65224f5c7bf..22ffcb54dc904503e0baca16faf50000a6cebbde 100644 (file)
@@ -5,7 +5,7 @@ so it must be included before it is used, by SPI_IOC_MESSAGE
 from linux/spi/spidev.h
 
 Fixes build errors with the musl C library, as seen in these
-Buidlroot autobuilder failures:
+Buildroot autobuilder failures:
 
     http://autobuild.buildroot.org/results/2a3/2a3744007c630c267575a638ebcd83a4b97644f5/build-end.log
     http://autobuild.buildroot.org/results/3de/3de936d9be79e151e66af15193084d82a0f2c04a/build-end.log
index ddb2b4c5f81031814fc2a5e5a2790f1e9fecb1f0..8d990c6f916040d6b490a445dbf1d086ec2a3c2a 100644 (file)
@@ -5,7 +5,7 @@ However, its inclusion is conditional to the _GLIBC_ define. This is
 usually OK under Linux, since both glibc and uClibc define it (uclibc
 fakes being glibc).
 
-But the mus lC library does not impersonate glibc, so we're missing
+But the musC library does not impersonate glibc, so we're missing
 including sys/io.h in this case.
 
 Change the include from checking _GLIBC_ to checking whether this is