Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-11-12 13:02:10 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-11-12 13:02:10 +0300
commite732c6af3bb5b5746c9232377ae2a4fd1178e752 (patch)
tree44b863ed476407ace82569a93d1cf7c1181c4209 /intern
parent89c2ff31d93582bd67a359dd0da56061ce7581cb (diff)
Cycles: Proper comment for closing header guard
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/util_stack_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_stack_allocator.h b/intern/cycles/util/util_stack_allocator.h
index 6b52e73ee4e..4e978e18bee 100644
--- a/intern/cycles/util/util_stack_allocator.h
+++ b/intern/cycles/util/util_stack_allocator.h
@@ -164,4 +164,4 @@ private:
CCL_NAMESPACE_END
-#endif /* __UTIL_GUARDED_ALLOCATOR_H__ */
+#endif /* __UTIL_STACK_ALLOCATOR_H__ */