]> git.mdlowis.com Git - projs/atf.git/commitdiff
Fixed typo master
authorMichael D. Lowis <mike@mdlowis.com>
Thu, 23 Feb 2017 18:52:24 +0000 (13:52 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Thu, 23 Feb 2017 18:52:24 +0000 (13:52 -0500)
README.md

index 6cf9234ff3495e424d8af79b5f8133f59fc4b3a7..5393c233371f45c259adf8f898ebc4d05e0bdfd5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Simply copy [atf.h](atf.h) to a suitable include path for the desired project.
 
 # Macro API
 
-The framework is controlled through an extremely minimal of C preprocessor 
+The framework is controlled through an extremely minimal set of C preprocessor 
 macros. The macros are used to define test suites, define tests within suites,
 and to perform actual conditional checks as part of the test. Below is a 
 comprehensive list of the macros provided and their function.