summaryrefslogtreecommitdiff
path: root/builtin/stdnoreturn.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/stdnoreturn.h')
-rw-r--r--builtin/stdnoreturn.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/builtin/stdnoreturn.h b/builtin/stdnoreturn.h
index 659d3c540f..078a0d6698 100644
--- a/builtin/stdnoreturn.h
+++ b/builtin/stdnoreturn.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.
*/
@@ -9,7 +9,8 @@
/*
* Only defined for C: https://en.cppreference.com/w/c/language/_Noreturn
*
- * C++ uses [[noreturn]]: https://en.cppreference.com/w/cpp/language/attributes/noreturn
+ * C++ uses [[noreturn]]:
+ * https://en.cppreference.com/w/cpp/language/attributes/noreturn
*/
#ifndef __cplusplus
#ifndef noreturn