aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2021-02-01 12:48:44 -0500
committerDavid Neto <dneto@google.com>2021-02-03 09:23:59 -0500
commitac375b4b8f699f26c697fab54348494a9911a7e6 (patch)
tree4400e20ed986825b22bf81ffd5214ed6a5cc3300
parent78a0beec77f9f6e90d1df4650902696e62ec758f (diff)
downloadshaderc-ac375b4b8f699f26c697fab54348494a9911a7e6.tar.gz
Fix typo
-rw-r--r--libshaderc_util/src/message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshaderc_util/src/message.cc b/libshaderc_util/src/message.cc
index 51d90a6..3604b1e 100644
--- a/libshaderc_util/src/message.cc
+++ b/libshaderc_util/src/message.cc
@@ -46,7 +46,7 @@ MessageType DeduceMessageType(string_piece* message) {
// Deduces a location specification from the given message. A location
// specification is of the form "<source-name>:<line-number>:" and a trailing
-// spaace. If the deduction is successful, returns true and updates source_name
+// space. If the deduction is successful, returns true and updates source_name
// and line_number to the deduced source name and line numer respectively. The
// prefix standing for the location specification in message is skipped.
// Otherwise, returns false and keeps all parameters untouched.