diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-20 13:47:59 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-20 13:47:59 +0000 |
commit | f2fbf437047071a269da32512a2a395994b7c1f2 (patch) | |
tree | d675f216ecd3323f6f6ac74db849ce5b9d973591 /llvm/lib/Support/Unix/Path.inc | |
parent | dae11f7aabfd025547bd313e03f143a8092b8304 (diff) | |
download | bcm5719-llvm-f2fbf437047071a269da32512a2a395994b7c1f2.tar.gz bcm5719-llvm-f2fbf437047071a269da32512a2a395994b7c1f2.zip |
Fix comment typos. NFC.
Identified by Pedro Giffuni in PR27636.
llvm-svn: 287490
Diffstat (limited to 'llvm/lib/Support/Unix/Path.inc')
-rw-r--r-- | llvm/lib/Support/Unix/Path.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Unix/Path.inc b/llvm/lib/Support/Unix/Path.inc index 881a2631ec0..3812c5fb5de 100644 --- a/llvm/lib/Support/Unix/Path.inc +++ b/llvm/lib/Support/Unix/Path.inc @@ -53,7 +53,7 @@ #include <sys/attr.h> #endif -// Both stdio.h and cstdio are included via different pathes and +// Both stdio.h and cstdio are included via different paths and // stdcxx's cstdio doesn't include stdio.h, so it doesn't #undef the macros // either. #undef ferror |