From bd242c07eb3208ece134e4c39aac43d157d92769 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Sun, 13 Apr 2014 23:17:41 +0200 Subject: [PATCH] Fixed typo in travis script and tools/readme.md, no functional change. --- .travis.yml | 2 +- tools/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 547cad344..1c0cc3eec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: # this also turns off the debug/warning cxxflags - CXXFLAGS="-O2 -Wunreachable-code" matrix: -# special CXXFLAGS for maximum speed, overrides global CXXFLAGS, CHECK_KERNEL is the var that controlls if we download and check the kernel in that travis job +# special CXXFLAGS for maximum speed, overrides global CXXFLAGS, CHECK_KERNEL is the var that controls if we download and check the kernel in that travis job - MAKEFLAGS="HAVE_RULES=yes" SRCDIR=build VERIFY=1 - SRCDIR=build VERIFY=1 - diff --git a/tools/readme.md b/tools/readme.md index d47318cab..e0f146037 100644 --- a/tools/readme.md +++ b/tools/readme.md @@ -2,7 +2,7 @@ ### * tools/matchcompiler.py -The matchcompiler.py is a build script that performs a few code transformations to *.cpp* files under the *lib* directory. These transformations are related to the use of `Token::Match()` function and are intented to improve code performance. The transformed files are saved on the *build* directory. This tool is silently used when building the code with `SRCDIR=build`, that is: +The matchcompiler.py is a build script that performs a few code transformations to *.cpp* files under the *lib* directory. These transformations are related to the use of `Token::Match()` function and are intended to improve code performance. The transformed files are saved on the *build* directory. This tool is silently used when building the code with `SRCDIR=build`, that is: ```shell $ cd path/to/cppcheck $ make SRCDIR=build