diff options
author | Chris Robinson <[email protected]> | 2021-01-01 15:35:46 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-01-01 15:35:46 -0800 |
commit | d6495b35dfcab3b95fe6625dccf721e5df66790d (patch) | |
tree | 01980a1ca9407ebf0b3003fd7069a1bdc79bffe1 /common/aloptional.h | |
parent | 1327aca9d7605b33a0f8c0776276187254c3b451 (diff) |
Fix comment typo
Diffstat (limited to 'common/aloptional.h')
-rw-r--r-- | common/aloptional.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/aloptional.h b/common/aloptional.h index e48711f2..a33c4a65 100644 --- a/common/aloptional.h +++ b/common/aloptional.h @@ -131,4 +131,4 @@ inline optional<T> make_optional(std::initializer_list<U> il, Args&& ...args) } // namespace al -#endif /* AL_SPAN_H */ +#endif /* AL_OPTIONAL_H */ |