diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-05-22 22:35:51 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-05-22 22:35:51 +0000 |
commit | 1406f014fd6b10eadf5fc63c6d474334e0855ce8 (patch) | |
tree | a1af9f816ffe49589ae9128dbf60f56e369107be /openmp/runtime/src/kmp_alloc.c | |
parent | f342459aa4f7aff7ae02e52513322f7f6921a2c2 (diff) | |
download | bcm5719-llvm-1406f014fd6b10eadf5fc63c6d474334e0855ce8.tar.gz bcm5719-llvm-1406f014fd6b10eadf5fc63c6d474334e0855ce8.zip |
Fix spelling errors
These spelling errors are in comments and some debug messages.
llvm-svn: 238060
Diffstat (limited to 'openmp/runtime/src/kmp_alloc.c')
-rw-r--r-- | openmp/runtime/src/kmp_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_alloc.c b/openmp/runtime/src/kmp_alloc.c index 4ead713853d..c9c57f3a1dd 100644 --- a/openmp/runtime/src/kmp_alloc.c +++ b/openmp/runtime/src/kmp_alloc.c @@ -878,7 +878,7 @@ brel( kmp_info_t *th, void *buf ) } else { /* The previous buffer isn't allocated. Mark this buffer - size as positive (i.e. free) and fall throught to place + size as positive (i.e. free) and fall through to place the buffer on the free list as an isolated free block. */ b->bh.bb.bsize = -b->bh.bb.bsize; |