Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
48:950406be9810
Parent:
46:665391110051
Child:
49:81d5bddb02f0
--- a/include/d7a.h	Fri Sep 02 09:07:03 2016 +0000
+++ b/include/d7a.h	Fri Sep 02 10:07:12 2016 +0000
@@ -355,7 +355,7 @@
 //======================================================================
 // d7a_declare
 //----------------------------------------------------------------------
-/// @brief                      Declare a file stocked on the host to the modem (need to have implemented the fs_callbacks)
+/// @brief                      Declare a file stored on the host to the modem (need to have implemented the fs_callbacks)
 /// @param uint8_t              File ID of file to declare
 /// @param d7a_fs_storage_t     Type of file
 /// @param uint8_t              Access permissions
@@ -396,7 +396,7 @@
 d7a_errors_t d7a_write(const uint8_t file_id, const uint32_t offset, const uint32_t size, const uint8_t* const buf, d7a_addressee_t* addressee = NULL, alp_rpol_t retry = ALP_RPOL_ONESHOT, bool resp = true);
 
 //======================================================================
-// d7a_write
+// d7a_notify
 //----------------------------------------------------------------------
 /// @brief                      Write data to a file
 /// @param uint8_t              File ID of file to write