Skip to content

Commit f1a6f73

Browse files
fix typos to keep singular / plural consistent
1 parent eaa1f19 commit f1a6f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ static cl::list<std::string>
179179
/// such functions to report failures (whether/when it's a good practice or not
180180
/// is a different topic).
181181
///
182-
/// This option is enabled to keep unreachable function as possible devirtualize
183-
/// targets to conservatively keep the program behavior.
182+
/// This option is enabled to keep an unreachable function as a possible
183+
/// devirtualize target to conservatively keep the program behavior.
184184
///
185185
/// TODO: Make a pure virtual class's deleting destructor precisely identifiable
186186
/// in LLVM for more devirtualization.

0 commit comments

Comments
 (0)