aboutsummaryrefslogtreecommitdiff
path: root/source/validate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/validate.cpp')
-rw-r--r--source/validate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/validate.cpp b/source/validate.cpp
index 28984971..402bb109 100644
--- a/source/validate.cpp
+++ b/source/validate.cpp
@@ -230,7 +230,7 @@ spv_result_t spvValidateBinary(const spv_const_context context,
auto id_str = ss.str();
return vstate.diag(SPV_ERROR_INVALID_ID)
- << "The following forward referenced IDs have not be defined:\n"
+ << "The following forward referenced IDs have not been defined:\n"
<< id_str.substr(0, id_str.size() - 1);
}