diff options
Diffstat (limited to 'clang/lib/Headers/lwpintrin.h')
-rw-r--r-- | clang/lib/Headers/lwpintrin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Headers/lwpintrin.h b/clang/lib/Headers/lwpintrin.h index 3455575cced..0b28d735829 100644 --- a/clang/lib/Headers/lwpintrin.h +++ b/clang/lib/Headers/lwpintrin.h @@ -84,7 +84,7 @@ __slwpcb (void) (__builtin_ia32_lwpins32((unsigned int) (DATA2), (unsigned int) (DATA1), \ (unsigned int) (FLAGS))) -/// Decrements the LWP programmed value sample event counter. If the result is +/// Decrements the LWP programmed value sample event counter. If the result is /// negative, inserts an event record into the LWP event ring buffer in memory /// and advances the ring buffer pointer. /// @@ -125,7 +125,7 @@ __slwpcb (void) (__builtin_ia32_lwpins64((unsigned long long) (DATA2), (unsigned int) (DATA1), \ (unsigned int) (FLAGS))) -/// Decrements the LWP programmed value sample event counter. If the result is +/// Decrements the LWP programmed value sample event counter. If the result is /// negative, inserts an event record into the LWP event ring buffer in memory /// and advances the ring buffer pointer. /// |