aboutsummaryrefslogtreecommitdiff
path: root/glslang/Include/ConstantUnion.h
diff options
context:
space:
mode:
Diffstat (limited to 'glslang/Include/ConstantUnion.h')
-rw-r--r--glslang/Include/ConstantUnion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glslang/Include/ConstantUnion.h b/glslang/Include/ConstantUnion.h
index 8ee2c84c..ec6aff11 100644
--- a/glslang/Include/ConstantUnion.h
+++ b/glslang/Include/ConstantUnion.h
@@ -538,7 +538,7 @@ private:
};
// Encapsulate having a pointer to an array of TConstUnion,
-// which only needs to be allocated if it's size is going to be
+// which only needs to be allocated if its size is going to be
// bigger than 0.
//
// One convenience is being able to use [] to go inside the array, instead