projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3600b0f
)
user-util: fix typo
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:09:55 +0000
(09:09 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:10:02 +0000
(09:10 +0900)
Follow-up for
75673cd8aee5c6174538e71dd36c7a353c836973
.
src/basic/user-util.c
patch
|
blob
|
history
diff --git
a/src/basic/user-util.c
b/src/basic/user-util.c
index fa5dccfd169a3b110cc5ef6858a189d6b3365f8b..b3df413be6b06557109a74e23df4b6181eb4d137 100644
(file)
--- a/
src/basic/user-util.c
+++ b/
src/basic/user-util.c
@@
-1065,7
+1065,7
@@
int getpwnam_malloc(const char *name, struct passwd **ret) {
int r;
/* A wrapper around getpwnam_r() that allocates the necessary buffer on the heap. The caller must
- * free() the returned s
ructured
! */
+ * free() the returned s
tructures
! */
if (isempty(name))
return -EINVAL;