diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-05-20 17:11:11 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-05-20 17:11:11 +0000 |
| commit | 650c8f2a06f138d795d0188ec8276638e13f7c9d (patch) | |
| tree | 2ba4539a4ad633680680072b4d44811d88488354 /llvm/lib/Support | |
| parent | c9e2a689054b63e2c02fddd27b1f508bd57451a3 (diff) | |
| download | bcm5719-llvm-650c8f2a06f138d795d0188ec8276638e13f7c9d.tar.gz bcm5719-llvm-650c8f2a06f138d795d0188ec8276638e13f7c9d.zip | |
Clean up language and grammar.
Based on a patch by jfcaron3@gmail.com!
PR19806
llvm-svn: 209216
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/Windows/DynamicLibrary.inc | 2 | ||||
| -rw-r--r-- | llvm/lib/Support/regengine.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Support/Windows/DynamicLibrary.inc b/llvm/lib/Support/Windows/DynamicLibrary.inc index 504471eaff3..5d0278fe3c3 100644 --- a/llvm/lib/Support/Windows/DynamicLibrary.inc +++ b/llvm/lib/Support/Windows/DynamicLibrary.inc @@ -58,7 +58,7 @@ extern "C" { stricmp(ModuleName, "msvcr70") != 0 && #ifndef __MINGW32__ // Mingw32 uses msvcrt.dll by default. Don't ignore it. - // Otherwise, user should be aware, what he's doing :) + // Otherwise the user should be aware what they are doing. stricmp(ModuleName, "msvcrt") != 0 && #endif stricmp(ModuleName, "msvcrt20") != 0 && diff --git a/llvm/lib/Support/regengine.inc b/llvm/lib/Support/regengine.inc index 7e41f96f359..62d8c267f22 100644 --- a/llvm/lib/Support/regengine.inc +++ b/llvm/lib/Support/regengine.inc @@ -205,7 +205,7 @@ matcher(struct re_guts *g, const char *string, size_t nmatch, if (nmatch == 1 && !g->backrefs) break; /* no further info needed */ - /* oh my, he wants the subexpressions... */ + /* oh my, they want the subexpressions... */ if (m->pmatch == NULL) m->pmatch = (llvm_regmatch_t *)malloc((m->g->nsub + 1) * sizeof(llvm_regmatch_t)); |

