Fix incorrect symbol in comment on #endif for multiple-inclusion guard
commitb0a5a16ae4d1a3d7eae92ae1b4987f108873bdb3
authorJosh Triplett <josh@freedesktop.org>
Wed, 13 Sep 2006 20:41:41 +0000 (13 13:41 -0700)
committerJosh Triplett <josh@freedesktop.org>
Thu, 14 Sep 2006 20:20:42 +0000 (14 13:20 -0700)
treebb04c3e7e2ca83c18110e5c752285e87d0e2687f
parent27ff96a96c95d0171f3215458dd5a2ebc4bfafbf
Fix incorrect symbol in comment on #endif for multiple-inclusion guard

symbol.h uses the standard multiple-inclusion guard, with the symbol SYMBOL_H,
but the comment on the final #endif says /* SEMANTIC_H */.  Change this to the
correct symbol.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
symbol.h