From ef5dffecf60801113b71b33262d03498b469e9a7 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 7 Apr 2015 10:03:14 -0700 Subject: [PATCH] fix filenames in comments --- interface/src/InterfaceLogging.cpp | 2 +- libraries/audio/src/AudioLogging.cpp | 2 +- libraries/gpu/src/gpu/GPULogging.cpp | 2 +- libraries/octree/src/OctreeLogging.cpp | 2 +- libraries/physics/src/PhysicsLogging.cpp | 2 +- libraries/render-utils/src/RenderUtilsLogging.cpp | 2 +- libraries/script-engine/src/ScriptEngineLogging.cpp | 2 +- libraries/shared/src/SharedLogging.cpp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interface/src/InterfaceLogging.cpp b/interface/src/InterfaceLogging.cpp index e1d0345277..18bc4e58e8 100644 --- a/interface/src/InterfaceLogging.cpp +++ b/interface/src/InterfaceLogging.cpp @@ -1,5 +1,5 @@ // -// InterfaceLogging.h +// InterfaceLogging.cpp // libraries/interface/src // // Created by Seth Alves on 4/6/15. diff --git a/libraries/audio/src/AudioLogging.cpp b/libraries/audio/src/AudioLogging.cpp index 4bbe8ca325..f01b8ce846 100644 --- a/libraries/audio/src/AudioLogging.cpp +++ b/libraries/audio/src/AudioLogging.cpp @@ -1,5 +1,5 @@ // -// AudioLogging.h +// AudioLogging.cpp // libraries/audio/src // // Created by Seth Alves on 4/6/15. diff --git a/libraries/gpu/src/gpu/GPULogging.cpp b/libraries/gpu/src/gpu/GPULogging.cpp index 5a516bb1ef..972834a729 100644 --- a/libraries/gpu/src/gpu/GPULogging.cpp +++ b/libraries/gpu/src/gpu/GPULogging.cpp @@ -1,5 +1,5 @@ // -// GPULogging.h +// GPULogging.cpp // libraries/GPU/src // // Created by Seth Alves on 4/6/15. diff --git a/libraries/octree/src/OctreeLogging.cpp b/libraries/octree/src/OctreeLogging.cpp index 59930b11f5..beef83c31d 100644 --- a/libraries/octree/src/OctreeLogging.cpp +++ b/libraries/octree/src/OctreeLogging.cpp @@ -1,5 +1,5 @@ // -// OctreeLogging.h +// OctreeLogging.cpp // libraries/octree/src // // Created by Seth Alves on 4/6/15. diff --git a/libraries/physics/src/PhysicsLogging.cpp b/libraries/physics/src/PhysicsLogging.cpp index 59d9fad3c3..ddef4557fe 100644 --- a/libraries/physics/src/PhysicsLogging.cpp +++ b/libraries/physics/src/PhysicsLogging.cpp @@ -1,5 +1,5 @@ // -// PhysicsLogging.h +// PhysicsLogging.cpp // libraries/physics/src // // Created by Seth Alves on 4/6/15. diff --git a/libraries/render-utils/src/RenderUtilsLogging.cpp b/libraries/render-utils/src/RenderUtilsLogging.cpp index 5bbac9d666..6af4a53b90 100644 --- a/libraries/render-utils/src/RenderUtilsLogging.cpp +++ b/libraries/render-utils/src/RenderUtilsLogging.cpp @@ -1,5 +1,5 @@ // -// RenderUtilsLogging.h +// RenderUtilsLogging.cpp // libraries/render-utils/src // // Created by Seth Alves on 4/6/15. diff --git a/libraries/script-engine/src/ScriptEngineLogging.cpp b/libraries/script-engine/src/ScriptEngineLogging.cpp index 9f8421cb3e..2e5d293728 100644 --- a/libraries/script-engine/src/ScriptEngineLogging.cpp +++ b/libraries/script-engine/src/ScriptEngineLogging.cpp @@ -1,5 +1,5 @@ // -// ScriptEngineLogging.h +// ScriptEngineLogging.cpp // libraries/script-engine/src // // Created by Seth Alves on 4/6/15. diff --git a/libraries/shared/src/SharedLogging.cpp b/libraries/shared/src/SharedLogging.cpp index 2b89672006..31ad0c7a0a 100644 --- a/libraries/shared/src/SharedLogging.cpp +++ b/libraries/shared/src/SharedLogging.cpp @@ -1,5 +1,5 @@ // -// SharedLogging.h +// SharedLogging.cpp // libraries/shared/src // // Created by Seth Alves on 4/6/15.