瀏覽代碼

[uri] Fix outdated comment in parse_uri()

Signed-off-by: Marty Connor <mdc@etherboot.org>
tags/v1.0.0-rc1
sobtwmxt 15 年之前
父節點
當前提交
71e77b8cc2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/core/uri.c

+ 1
- 1
src/core/uri.c 查看文件

@@ -85,7 +85,7 @@ struct uri * parse_uri ( const char *uri_string ) {
85 85
 		return NULL;
86 86
 	raw = ( ( ( char * ) uri ) + sizeof ( *uri ) );
87 87
 
88
-	/* Zero URI struct and copy in the raw string */
88
+	/* Copy in the raw string */
89 89
 	memcpy ( raw, uri_string, raw_len );
90 90
 
91 91
 	/* Start by chopping off the fragment, if it exists */

Loading…
取消
儲存