diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-04-03 05:45:43 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-04-03 05:45:43 +0000 |
commit | 23d16b3efb640f0d34d95557c51b82d037d08adc (patch) | |
tree | b4b6c84dc6fd183571b40cc7a11c8854d323bd68 /include/clang/Basic | |
parent | 7cd2e93125e2f3b6ca01b24ed0c3fd7e94683fd9 (diff) |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68370 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic')
-rw-r--r-- | include/clang/Basic/TargetInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/TargetInfo.h b/include/clang/Basic/TargetInfo.h index 4fd624a626..0414378312 100644 --- a/include/clang/Basic/TargetInfo.h +++ b/include/clang/Basic/TargetInfo.h @@ -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; } |