aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCStreamer.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-03-25 00:03:04 +0000
committerDan Gohman <gohman@apple.com>2010-03-25 00:03:04 +0000
commit8d0a3605a384cb6ac04503652c870f3a8155cebf (patch)
tree7a565cc0d78df877dcb74e4b801bc46069e2a868 /include/llvm/MC/MCStreamer.h
parented62517410e3e16d5c80bad448063c1bc9e6ad20 (diff)
downloadexternal_llvm-8d0a3605a384cb6ac04503652c870f3a8155cebf.zip
external_llvm-8d0a3605a384cb6ac04503652c870f3a8155cebf.tar.gz
external_llvm-8d0a3605a384cb6ac04503652c870f3a8155cebf.tar.bz2
Docuemntation corrections from John Myers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCStreamer.h')
-rw-r--r--include/llvm/MC/MCStreamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h
index 4b088a5..ce67b3a 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/include/llvm/MC/MCStreamer.h
@@ -88,7 +88,7 @@ class TargetAsmBackend;
/// @name Symbol & Section Management
/// @{
- /// getCurrentSection - Return the current seciton that the streamer is
+ /// getCurrentSection - Return the current section that the streamer is
/// emitting code to.
const MCSection *getCurrentSection() const { return CurSection; }