fix comments

This commit is contained in:
bolero-MURAKAMI 2016-04-05 18:21:13 +09:00
parent a0060119ab
commit 8dc640a6e2
23 changed files with 136 additions and 134 deletions

View file

@ -18,7 +18,7 @@
namespace sprout {
// 7.20.6.1 abs<EFBFBD>Clabs<EFBFBD>C<EFBFBD>y<EFBFBD><EFBFBD> llabs <20>֐<EFBFBD>
// 7.20.6.1 abs, labs, and llabs function
inline SPROUT_CONSTEXPR int
abs(int j) {
return j < 0 ? -j : j;