diff options
author | Alp Toker <alp@nuanti.com> | 2013-12-05 04:47:09 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-12-05 04:47:09 +0000 |
commit | d473363876d4b582c3bea969f4a4efffa7607f87 (patch) | |
tree | 27b188c9c0469ffa0437d77407ec520cb9920c56 /clang/test/Analysis/null-deref-ps.c | |
parent | 62acf8624c135d6d679d94bbc22711b92a9ea781 (diff) | |
download | bcm5719-llvm-d473363876d4b582c3bea969f4a4efffa7607f87.tar.gz bcm5719-llvm-d473363876d4b582c3bea969f4a4efffa7607f87.zip |
Correct hyphenations in comments and assert messages
This patch tries to avoid unrelated changes other than fixing a few
hyphen-related ambiguities in nearby lines.
llvm-svn: 196466
Diffstat (limited to 'clang/test/Analysis/null-deref-ps.c')
-rw-r--r-- | clang/test/Analysis/null-deref-ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/null-deref-ps.c b/clang/test/Analysis/null-deref-ps.c index 4dc8fc4ec99..00acc5c85bf 100644 --- a/clang/test/Analysis/null-deref-ps.c +++ b/clang/test/Analysis/null-deref-ps.c @@ -297,7 +297,7 @@ typedef void (*NoConstType)(int*); int foo10595327(int b) { void (*fp)(int *); // We use path sensitivity to get the function declaration. Even when the - // function pointer is cast to non pointer-to-const parameter type, we can + // function pointer is cast to non-pointer-to-const parameter type, we can // find the right function declaration. if (b > 5) fp = (NoConstType)ttt2; |