summaryrefslogtreecommitdiff
path: root/include/overflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/overflow.h')
-rw-r--r--include/overflow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/overflow.h b/include/overflow.h
index 42eab6a094..884eec884a 100644
--- a/include/overflow.h
+++ b/include/overflow.h
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -26,7 +26,7 @@
__has_builtin(__builtin_mul_overflow)
#define COMPILER_HAS_GENERIC_BUILTIN_OVERFLOW 1
#endif
-#endif /* __clang__ */
+#endif /* __clang__ */
#include "third_party/linux/overflow.h"