diff --git a/src/csharp/ext/std++compat.cc b/src/csharp/ext/std++compat.cc index edba7414287..1ab3fb21e1d 100644 --- a/src/csharp/ext/std++compat.cc +++ b/src/csharp/ext/std++compat.cc @@ -26,7 +26,7 @@ namespace std { // CentOS 7 (GLIBC_2.17 / GLIBCXX_3.4.19) doesn't have a following symbol // which was added to GLIBCXX_3.4.20. gRPC uses Debian 8 which has -// GLIBCXX_3.4.20 when buliding .net artifacts so artifacts can have symbols +// GLIBCXX_3.4.20 when building .net artifacts so artifacts can have symbols // which are not available on CentOS 7. // To support CentOS 7, missing symbols are provided as weak symbols. void __attribute__((weak)) __throw_out_of_range_fmt(char const* fmt, ...) {