summaryrefslogtreecommitdiff
path: root/clang-rename/USRFinder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang-rename/USRFinder.cpp')
-rw-r--r--clang-rename/USRFinder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-rename/USRFinder.cpp b/clang-rename/USRFinder.cpp
index 7733c6f0..d850af5c 100644
--- a/clang-rename/USRFinder.cpp
+++ b/clang-rename/USRFinder.cpp
@@ -27,7 +27,7 @@ namespace rename {
// NamedDeclFindingASTVisitor recursively visits each AST node to find the
// symbol underneath the cursor.
-// FIXME: move to seperate .h/.cc file if this gets too large.
+// FIXME: move to separate .h/.cc file if this gets too large.
namespace {
class NamedDeclFindingASTVisitor
: public clang::RecursiveASTVisitor<NamedDeclFindingASTVisitor> {