diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2014-06-09 12:52:20 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2014-06-09 12:52:20 +0100 |
commit | 45b4a79657a2366e1f6831b98615339ef1dcba32 (patch) | |
tree | 1947fd5960ab3b5e9ef640ad12df942cf3628e42 | |
parent | 451c4fba283e31e1272573a04672056390e49e02 (diff) | |
download | gcc-45b4a79657a2366e1f6831b98615339ef1dcba32.zip gcc-45b4a79657a2366e1f6831b98615339ef1dcba32.tar.gz gcc-45b4a79657a2366e1f6831b98615339ef1dcba32.tar.bz2 |
beta_function.tcc: Fix spelling of include guard in comment.
* include/tr1/beta_function.tcc: Fix spelling of include guard in
comment.
From-SVN: r211373
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/include/tr1/beta_function.tcc | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f27040f..4670d00 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2014-06-09 Jonathan Wakely <jwakely@redhat.com> + + * include/tr1/beta_function.tcc: Fix spelling of include guard in + comment. + 2014-06-08 Paolo Carlini <paolo.carlini@oracle.com> * config/abi/pre/gnu.ver: Tighten some patterns; tidy. diff --git a/libstdc++-v3/include/tr1/beta_function.tcc b/libstdc++-v3/include/tr1/beta_function.tcc index c4fe6e8..e7d7c4d 100644 --- a/libstdc++-v3/include/tr1/beta_function.tcc +++ b/libstdc++-v3/include/tr1/beta_function.tcc @@ -194,4 +194,4 @@ namespace tr1 } } -#endif // __GLIBCXX_TR1_BETA_FUNCTION_TCC +#endif // _GLIBCXX_TR1_BETA_FUNCTION_TCC |