Skip to content

Commit

Permalink
[clang] Fix a typo "mdoule" in comments. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsapsai committed Jul 7, 2023
1 parent 8ea586b commit d1e8df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clang/include/clang/Serialization/ModuleFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class ModuleFile {
/// Whether this precompiled header is a relocatable PCH file.
bool RelocatablePCH = false;

/// Whether this mdoule file is a standard c++ module.
/// Whether this module file is a standard C++ module.
bool StandardCXXModule = false;

/// Whether timestamps are included in this module file.
Expand Down
2 changes: 1 addition & 1 deletion clang/test/CodeGenCXX/modules-vtable.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ int use() {

// Check the case that the declaration of the key function comes from another
// module unit but the definition of the key function comes from the current
// mdoule unit.
// module unit.

//--- M-A.cppm
export module M:A;
Expand Down

0 comments on commit d1e8df8

Please sign in to comment.