i18n: simplify numeric error reporting
[gitweb.git] / git-compat-util.h
index 590bfddf73238d37f7b2d831a6e46ed608c005ce..f52e00b58057c7bfe040e516835a42d117be1de2 100644 (file)
@@ -815,7 +815,7 @@ extern FILE *fopen_for_writing(const char *path);
  * you can do:
  *
  *   struct foo *f;
- *   FLEX_ALLOC_STR(f, name, src);
+ *   FLEXPTR_ALLOC_STR(f, name, src);
  *
  * and "name" will point to a block of memory after the struct, which will be
  * freed along with the struct (but the pointer can be repointed anywhere).