summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2018-01-09 23:25:38 +0000
committerEric Christopher <echristo@gmail.com>2018-01-09 23:25:38 +0000
commitd72f78e7c8d6dbef66cdbee0292237c68d780160 (patch)
treee996bbdf30a5c27c83d1578f36a35f2e81666b07 /llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
parent99482fda959d268d5b9fbf4cdfdd1b3e9132ec33 (diff)
downloadbcm5719-llvm-d72f78e7c8d6dbef66cdbee0292237c68d780160.tar.gz
bcm5719-llvm-d72f78e7c8d6dbef66cdbee0292237c68d780160.zip
Tidy some grammar in some comments
llvm-svn: 322133
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp b/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
index 3cdab57bca7..871699afcb6 100644
--- a/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
@@ -149,7 +149,7 @@ computeActionsTable(const SmallVectorImpl<const LandingPadInfo*> &LandingPads,
FirstAction = SizeActions + SizeSiteActions - SizeAction + 1;
} // else identical - re-use previous FirstAction
- // Information used when created the call-site table. The action record
+ // Information used when creating the call-site table. The action record
// field of the call site record is the offset of the first associated
// action record, relative to the start of the actions table. This value is
// biased by 1 (1 indicating the start of the actions table), and 0
OpenPOWER on IntegriCloud