diff options
Diffstat (limited to 'cpp/src/slice2swift')
-rw-r--r-- | cpp/src/slice2swift/SwiftUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2swift/SwiftUtil.cpp b/cpp/src/slice2swift/SwiftUtil.cpp index 583b37a8671..33f75b7d3e5 100644 --- a/cpp/src/slice2swift/SwiftUtil.cpp +++ b/cpp/src/slice2swift/SwiftUtil.cpp @@ -1120,7 +1120,7 @@ SwiftGenerator::typeToString(const TypePtr& type, string t = ""; // - // The current module were the type is being used + // The current module where the type is being used // string currentModule = getSwiftModule(getTopLevelModule(toplevel)); BuiltinPtr builtin = BuiltinPtr::dynamicCast(type); |