We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2a690 commit b751263Copy full SHA for b751263
1 file changed
src/libltfs/arch/ltfs_arch_ops.h
@@ -2,7 +2,7 @@
2
** OO_Copyright_BEGIN
3
**
4
5
-** Copyright 2025 IBM Corp. All rights reserved.
+** Copyright 2026 IBM Corp. All rights reserved.
6
7
** Redistribution and use in source and binary forms, with or without
8
** modification, are permitted provided that the following conditions
@@ -189,7 +189,7 @@ extern "C" {
189
#endif /* _MSC_VER */
190
191
/*
192
- These needs to be declared at the end to avoid redefinition and to avoid code replication
+ These macros need to be declared at the end to avoid redefinition and to avoid code replication
193
When using them, dest or buffer needs to be a fixed size array since it will calculate it
194
with the sizeof.
195
*/
0 commit comments