diff options
author | Elliott Hughes <enh@google.com> | 2013-10-01 11:06:56 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-10-01 11:10:21 -0700 |
commit | c0af6954262675856d6833ce7c256f0838326fd0 (patch) | |
tree | e1e80dcf2426cfd7dd5bdb8b617ccf253f25cc81 /libc/arch-x86 | |
parent | f281fd02e9eebea3de9c07412c5b66647ca0c290 (diff) | |
download | bionic-c0af6954262675856d6833ce7c256f0838326fd0.zip bionic-c0af6954262675856d6833ce7c256f0838326fd0.tar.gz bionic-c0af6954262675856d6833ce7c256f0838326fd0.tar.bz2 |
Clean up some comments.
Copyright headers shouldn't contain the filename (and especially
shouldn't contain a different file's filename).
Change-Id: I82690a3bf371265402bc16f5d2fbb9299c3a1926
Diffstat (limited to 'libc/arch-x86')
-rw-r--r-- | libc/arch-x86/include/machine/kernel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/arch-x86/include/machine/kernel.h b/libc/arch-x86/include/machine/kernel.h index 19d1577..d5df7a0 100644 --- a/libc/arch-x86/include/machine/kernel.h +++ b/libc/arch-x86/include/machine/kernel.h @@ -1,5 +1,4 @@ -/* bionic/arch-arm/include/machine/kernel.h -** +/* ** Copyright 2006-2008, The Android Open Source Project ** ** Redistribution and use in source and binary forms, with or without |