diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-11-27 15:13:54 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-11-27 15:13:54 +0000 |
commit | 7f16d7067e11d2684b644c8af7c21cdc77b32723 (patch) | |
tree | 1c20f8fada1666cc61189d2e71a450bd3a3b0075 | |
parent | a10678d2924070f6cf9236107785bc46f36e52d3 (diff) |
Fix file name in comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145184 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Headers/cpuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/cpuid.h b/lib/Headers/cpuid.h index fb652026c2..6d58ad9dff 100644 --- a/lib/Headers/cpuid.h +++ b/lib/Headers/cpuid.h @@ -1,4 +1,4 @@ -/*===---- stddef.h - Basic type definitions --------------------------------=== +/*===---- cpuid.h - Basic type definitions ---------------------------------=== * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |