llvm-svn: 175493
This commit is contained in:
Eric Christopher 2013-02-19 06:23:44 +00:00
parent 1e9dc30d4e
commit f04844d040

View File

@ -168,7 +168,7 @@ public:
virtual bool ParseAbsoluteExpression(int64_t &Res) = 0;
/// CheckForValidSection - Ensure that we have a valid section set in the
/// streamer. Otherwise, report and error and switch to .text.
/// streamer. Otherwise, report an error and switch to .text.
virtual void CheckForValidSection() = 0;
};