---
 toys/other/makedevs.c | 2 +-
 toys/posix/xargs.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
From 3b01a10430abe309a8acedb8562fc54147f2852b Mon Sep 17 00:00:00 2001
From: Elliott Hughes <e...@google.com>
Date: Thu, 15 Aug 2019 16:16:48 -0700
Subject: [PATCH] Fix two typos.

---
 toys/other/makedevs.c | 2 +-
 toys/posix/xargs.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/toys/other/makedevs.c b/toys/other/makedevs.c
index fa2b72d8..9741d54a 100644
--- a/toys/other/makedevs.c
+++ b/toys/other/makedevs.c
@@ -17,7 +17,7 @@ config MAKEDEVS
 
     -d	File containing device table (default reads from stdin)
 
-    Each line of of the device table has the fields:
+    Each line of the device table has the fields:
     <name> <type> <mode> <uid> <gid> <major> <minor> <start> <increment> <count>
     Where name is the file name, and type is one of the following:
 
diff --git a/toys/posix/xargs.c b/toys/posix/xargs.c
index 39d78ef5..a8a7e339 100644
--- a/toys/posix/xargs.c
+++ b/toys/posix/xargs.c
@@ -30,7 +30,7 @@ config XARGS
     -t	Trace, print command line to stderr
 
 config XARGS_PEDANTIC
-  bool "TODO xargs pedantic posix compatability"
+  bool "TODO xargs pedantic posix compatibility"
   default n
   depends on XARGS
   help
-- 
2.23.0.rc1.153.gdeed80330f-goog

_______________________________________________
Toybox mailing list
Toybox@lists.landley.net
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to