r280609 - Trailing dot that shouldn't have been committed.

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 3 17:51:03 PDT 2016


Author: joerg
Date: Sat Sep  3 19:51:02 2016
New Revision: 280609

URL: http://llvm.org/viewvc/llvm-project?rev=280609&view=rev
Log:
Trailing dot that shouldn't have been committed.

Modified:
    cfe/trunk/lib/Headers/stdatomic.h

Modified: cfe/trunk/lib/Headers/stdatomic.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/stdatomic.h?rev=280609&r1=280608&r2=280609&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/stdatomic.h (original)
+++ cfe/trunk/lib/Headers/stdatomic.h Sat Sep  3 19:51:02 2016
@@ -56,7 +56,7 @@ extern "C" {
 #define ATOMIC_VAR_INIT(value) (value)
 #define atomic_init __c11_atomic_init
 
-/* 7.17.3 Order and consistency */.
+/* 7.17.3 Order and consistency */
 
 typedef enum memory_order {
   memory_order_relaxed = __ATOMIC_RELAXED,




More information about the cfe-commits mailing list