From 7f16d7067e11d2684b644c8af7c21cdc77b32723 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sun, 27 Nov 2011 15:13:54 +0000 Subject: [PATCH] Fix file name in comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145184 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Headers/cpuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0