From patchwork Mon Sep 20 18:34:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: fix for typo in comment Date: Mon, 20 Sep 2010 08:34:16 -0000 From: Nicola Pero X-Patchwork-Id: 65234 Message-Id: <1285007656.32143511@192.168.2.231> To: gcc-patches@gnu.org One-liner comment fix (the variable was documented in c-common.c, but not in c-common.h, while all other variables were). I applied as a typo fix. (but let me know if you want me to ask). Thanks Index: ChangeLog =================================================================== --- ChangeLog (revision 164446) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2010-09-20 Nicola Pero + + * c-family/c-common.h (constant_string_class): Documented with + comment identical to the one already in c-common.c. + 2010-09-20 Jakub Jelinek * dwarf2out.c (any_cfis_emitted): New static variable. Index: c-family/c-common.h =================================================================== --- c-family/c-common.h (revision 164446) +++ c-family/c-common.h (working copy) @@ -561,7 +561,7 @@ extern int flag_hosted; extern int print_struct_values; -/* ???. Undocumented. */ +/* Tells the compiler what is the constant string class for ObjC. */ extern const char *constant_string_class_name;