Skip to content

Commit b751263

Browse files
authored
Update copyright year and fix comment grammar
1 parent 3a2a690 commit b751263

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libltfs/arch/ltfs_arch_ops.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
** OO_Copyright_BEGIN
33
**
44
**
5-
** Copyright 2025 IBM Corp. All rights reserved.
5+
** Copyright 2026 IBM Corp. All rights reserved.
66
**
77
** Redistribution and use in source and binary forms, with or without
88
** modification, are permitted provided that the following conditions
@@ -189,7 +189,7 @@ extern "C" {
189189
#endif /* _MSC_VER */
190190

191191
/*
192-
These needs to be declared at the end to avoid redefinition and to avoid code replication
192+
These macros need to be declared at the end to avoid redefinition and to avoid code replication
193193
When using them, dest or buffer needs to be a fixed size array since it will calculate it
194194
with the sizeof.
195195
*/

0 commit comments

Comments
 (0)