summaryrefslogtreecommitdiff
path: root/include/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compiler.h')
-rw-r--r--include/compiler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/compiler.h b/include/compiler.h
index b3d99e26af..d684308c95 100644
--- a/include/compiler.h
+++ b/include/compiler.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.
*/
@@ -21,7 +21,7 @@
* macro.
*/
#ifndef typeof
-#define typeof(x) __typeof__(x)
+#define typeof(x) __typeof__(x)
#endif
/**