Fix comment.

llvm-svn: 68370
This commit is contained in:
Daniel Dunbar 2009-04-03 05:45:43 +00:00
parent befc9dfbff
commit b536701bc5
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ public:
}
/// getUnicodeStringSymbolPrefix - Get the default symbol prefix to
/// use for string literals.
/// use for unicode string literals.
virtual const char *getUnicodeStringSection() const {
return 0;
}