summaryrefslogtreecommitdiff
path: root/Source/cmSourceFileLocation.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-05-31 17:15:56 +0200
committerBrad King <brad.king@kitware.com>2016-06-01 08:33:48 -0400
commitbd4fef6406786d2d5f9ba4a2b1a7c2da23976740 (patch)
tree446a37fbae18f56b6da311f83db9d8fdf2d02d67 /Source/cmSourceFileLocation.h
parent814e774eff4a01e709978736e442c6ed0c0b81c8 (diff)
downloadcmake-bd4fef6406786d2d5f9ba4a2b1a7c2da23976740.tar.gz
cmSourceFileLocation: Fix typo in comment
Diffstat (limited to 'Source/cmSourceFileLocation.h')
-rw-r--r--Source/cmSourceFileLocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSourceFileLocation.h b/Source/cmSourceFileLocation.h
index af3651a29e..79891732f3 100644
--- a/Source/cmSourceFileLocation.h
+++ b/Source/cmSourceFileLocation.h
@@ -39,7 +39,7 @@ public:
cmSourceFileLocation& operator=(const cmSourceFileLocation& loc);
/**
- * Return whether the givne source file location could refers to the
+ * Return whether the given source file location could refers to the
* same source file as this location given the level of ambiguity in
* each location.
*/