From 45b4a79657a2366e1f6831b98615339ef1dcba32 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 9 Jun 2014 12:52:20 +0100 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/include/tr1/beta_function.tcc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f27040f8713..4670d0022a5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2014-06-09 Jonathan Wakely + + * include/tr1/beta_function.tcc: Fix spelling of include guard in + comment. + 2014-06-08 Paolo Carlini * 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 c4fe6e8e31b..e7d7c4ddc3d 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