]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Apply suggestions from code review 10101/head
authorReza Rastak <rezarastak@users.noreply.github.com>
Sat, 9 May 2020 16:48:16 +0000 (09:48 -0700)
committerGitHub <noreply@github.com>
Sat, 9 May 2020 16:48:16 +0000 (09:48 -0700)
Co-authored-by: Wolfgang Bangerth <bangerth@colostate.edu>
doc/doxygen/headers/c++.h

index 0cbeebf4333d44701bfcf763264215890fda760f..4c15bf50b8d1060494f596299090f0ceb2192e87 100644 (file)
@@ -59,7 +59,7 @@
  * [constexpr](https://en.cppreference.com/w/cpp/language/constexpr)
  * variables and function. The variables defined as `constexpr` are constant
  * values that are computed during the compilation of the program and therefore
- * have zero runtime cost associated to their initialization. Additionally,
+ * have zero runtime cost associated with their initialization. Additionally,
  * `constexpr` constants have properly defined lifetimes which prevent the
  * so-called "static initialization order fiasco" completely. %Functions can be
  * marked as `constexpr`, indicating that they can produce compile-time
@@ -76,7 +76,7 @@
  * @endcode
  * Here, the contents of A are not stored on the stack. Rather, they are
  * initialized during compile time and inserted into the `.data` portion
- * of the executable program. The program can use these values in runtime
+ * of the executable program. The program can use these values at runtime
  * without spending time for initialization. Initializing tensors can be
  * simplified in one line.
  * @code

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.