diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2016-05-31 15:15:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-01 12:33:48 (GMT) |
commit | bd4fef6406786d2d5f9ba4a2b1a7c2da23976740 (patch) | |
tree | 446a37fbae18f56b6da311f83db9d8fdf2d02d67 /Source/cmSourceFileLocation.h | |
parent | 814e774eff4a01e709978736e442c6ed0c0b81c8 (diff) | |
download | CMake-bd4fef6406786d2d5f9ba4a2b1a7c2da23976740.zip CMake-bd4fef6406786d2d5f9ba4a2b1a7c2da23976740.tar.gz CMake-bd4fef6406786d2d5f9ba4a2b1a7c2da23976740.tar.bz2 |
cmSourceFileLocation: Fix typo in comment
Diffstat (limited to 'Source/cmSourceFileLocation.h')
-rw-r--r-- | Source/cmSourceFileLocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSourceFileLocation.h b/Source/cmSourceFileLocation.h index af3651a..7989173 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. */ |