aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support/string_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/support/string_util.h')
-rw-r--r--include/grpc/support/string_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/string_util.h b/include/grpc/support/string_util.h
index 952cbfc26b..5ab983d15d 100644
--- a/include/grpc/support/string_util.h
+++ b/include/grpc/support/string_util.h
@@ -55,7 +55,7 @@ GPRAPI char *gpr_strdup(const char *src);
On error, returns -1 and sets *strp to NULL. If the format string is bad,
the result is undefined. */
GPRAPI int gpr_asprintf(char **strp, const char *format, ...)
- GPRC_PRINT_FORMAT_CHECK(2, 3);
+ GPR_PRINT_FORMAT_CHECK(2, 3);
#ifdef __cplusplus
}