summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r--cpp/src/slice2cpp/Gen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h
index c2e798135fd..b9cae63c035 100644
--- a/cpp/src/slice2cpp/Gen.h
+++ b/cpp/src/slice2cpp/Gen.h
@@ -41,14 +41,14 @@ private:
void writeExtraHeaders(::IceUtilInternal::Output&);
//
- // Returns the header extension defined in the global metadata for a given file,
- // or an empty string if no global metadata was found.
+ // Returns the header extension defined in the file metadata for a given file,
+ // or an empty string if no file metadata was found.
//
std::string getHeaderExt(const std::string& file, const UnitPtr& unit);
//
- // Returns the source extension defined in the global metadata for a given file,
- // or an empty string if no global metadata was found.
+ // Returns the source extension defined in the file metadata for a given file,
+ // or an empty string if no file metadata was found.
//
std::string getSourceExt(const std::string& file, const UnitPtr& unit);