diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2016-12-27 16:22:38 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2016-12-27 16:46:35 -0700 |
| commit | 5e37dc605b0fa3881c5cbbbc0ca68e8a7734061a (patch) | |
| tree | c806d73b45ca1a25e8c702d3e67305e7a4f97524 | |
| parent | 59e613dac9ab68480f3a59895450d826cea1c03d (diff) | |
| download | usermoji-5e37dc605b0fa3881c5cbbbc0ca68e8a7734061a.tar.xz | |
layers: Make comments consistent
Change-Id: I07a249f02956e2cda57548a62f8993631d2b334a
| -rw-r--r-- | layers/vk_layer_utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/vk_layer_utils.h b/layers/vk_layer_utils.h index 00089079..b4f61627 100644 --- a/layers/vk_layer_utils.h +++ b/layers/vk_layer_utils.h @@ -24,9 +24,9 @@ #include "vk_layer_logging.h" #ifndef WIN32 -#include <strings.h> /* for ffs() */ +#include <strings.h> // For ffs() #else -#include <intrin.h> /* for __lzcnt() */ +#include <intrin.h> // For __lzcnt() #endif #ifdef __cplusplus |
