From 20f48df858ba0ec6962bce2e53314c0875b2b484 Mon Sep 17 00:00:00 2001 From: luz paz Date: Sat, 20 Aug 2022 07:01:12 -0400 Subject: [PATCH] Revert incorrect fix in previous commit --- doc/build_ref/TrilinosBuildReferenceTemplate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build_ref/TrilinosBuildReferenceTemplate.rst b/doc/build_ref/TrilinosBuildReferenceTemplate.rst index 6dd71d06903c..87841989a7b1 100644 --- a/doc/build_ref/TrilinosBuildReferenceTemplate.rst +++ b/doc/build_ref/TrilinosBuildReferenceTemplate.rst @@ -289,7 +289,7 @@ This will do the following: * Generate wrappers ``build_stats__wrapper.sh`` for C, C++, and Fortran (and for static builds also ``ar``, ``randlib`` and ``ld``) in the build - tree that will compute statistics as a byproduct of every invocation of these + tree that will compute statics as a byproduct of every invocation of these commands. (The wrappers create a file ``.timing`` for every generated object, library and executable ```` file.)