diff options
Diffstat (limited to 'cpp/src/Slice/PythonUtil.h')
-rw-r--r-- | cpp/src/Slice/PythonUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/PythonUtil.h b/cpp/src/Slice/PythonUtil.h index d0967fce529..6f29643be36 100644 --- a/cpp/src/Slice/PythonUtil.h +++ b/cpp/src/Slice/PythonUtil.h @@ -46,7 +46,7 @@ std::string scopedToName(const std::string&); std::string fixIdent(const std::string&); // -// Return the package specified in the global metadata for the given definition, +// Return the package specified by metadata for the given definition, // or an empty string if no metadata was found. // std::string getPackageMetadata(const Slice::ContainedPtr&); |