From: Michael D. Lowis Date: Thu, 23 Feb 2017 18:52:24 +0000 (-0500) Subject: Fixed typo X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=04ebbcdf7d2d77fd9ad973b1d11c86ee6d45329d;p=projs%2Fatf.git Fixed typo --- diff --git a/README.md b/README.md index 6cf9234..5393c23 100644 --- 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.