X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fmessage.cc;h=ad2208976729d653fc5162ec8b6d0823e6b5e1a5;hb=36161181df961bb09da8090c13c234145270e5bf;hp=adcd07d6687e0e49cf716a311dab2f2205bcfc24;hpb=3c7a52890c2b3aacd94ef29d9c7eadc4cd1c33a7;p=notmuch diff --git a/lib/message.cc b/lib/message.cc index adcd07d6..ad220897 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -132,8 +132,8 @@ _notmuch_message_create_for_document (const void *talloc_owner, * * Here, 'talloc owner' is an optional talloc context to which the new * message will belong. This allows for the caller to not bother - * calling notmuch_message_destroy on the message, and no that all - * memory will be reclaimed with 'talloc_owner' is free. The caller + * calling notmuch_message_destroy on the message, and know that all + * memory will be reclaimed when 'talloc_owner' is freed. The caller * still can call notmuch_message_destroy when finished with the * message if desired. *