]> asedeno.scripts.mit.edu Git - git.git/blobdiff - cache.h
Merge branch 'cb/leading-path-removal'
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index 5cfee34e2fa749165e090616d4a8a534377e2010..d85ce86f7fd72ee90553241316c1cf6d84a2898d 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -445,7 +445,7 @@ extern int init_db(const char *template_dir, unsigned int flags);
  * at least 'nr' entries; the number of entries currently allocated
  * is 'alloc', using the standard growing factor alloc_nr() macro.
  *
- * DO NOT USE any expression with side-effect for 'x' or 'alloc'.
+ * DO NOT USE any expression with side-effect for 'x', 'nr', or 'alloc'.
  */
 #define ALLOC_GROW(x, nr, alloc) \
        do { \