am b4fc64c9: am cc5edd83: Merge "vfprintf: fix spelling."

* commit 'b4fc64c96cad1be63b5c52af835c4a93b0e60204':
  vfprintf: fix spelling.
This commit is contained in:
Nick Kralevich 2012-07-25 22:26:13 -07:00 committed by Android Git Automerger
commit 68c1f682ff

View File

@ -559,7 +559,7 @@ reswitch: switch (ch) {
#endif /* FLOATING_POINT */
/* the Android security team suggests removing support for %n
* since it has no real practical value, and could lead to
* running malicious code (for really bugy programs that
* running malicious code (for really buggy programs that
* send to printf() user-generated formatting strings).
*/
#if 0