projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe550e
)
libostree: fix a typo in annotation
author
Luca BRUNO
<luca.bruno@coreos.com>
Fri, 19 Aug 2022 10:39:09 +0000
(10:39 +0000)
committer
Luca BRUNO
<luca.bruno@coreos.com>
Fri, 19 Aug 2022 10:39:09 +0000
(10:39 +0000)
This fixes a typo in the `allow-none` annotation on
`ostree_sysroot_deployment_set_kargs_in_place` argument.
src/libostree/ostree-sysroot-deploy.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-sysroot-deploy.c
b/src/libostree/ostree-sysroot-deploy.c
index d86de7dc7b7a91557de69b6dbf8a7e93005f6210..1112dedf7b8e2ea9eef0e331781e54c35083b473 100644
(file)
--- a/
src/libostree/ostree-sysroot-deploy.c
+++ b/
src/libostree/ostree-sysroot-deploy.c
@@
-3594,7
+3594,7
@@
ostree_sysroot_deployment_set_kargs (OstreeSysroot *self,
* ostree_sysroot_deployment_set_kargs_in_place:
* @self: Sysroot
* @deployment: A deployment
- * @kargs_str: (allow
none): Replace @deployment's kernel arguments
+ * @kargs_str: (allow
-
none): Replace @deployment's kernel arguments
* @cancellable: Cancellable
* @error: Error
*