summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/uri.h
diff options
context:
space:
mode:
authorMichael Brown2007-08-02 21:18:32 +0200
committerMichael Brown2007-08-02 21:18:32 +0200
commitd4947c05b27449b4320179d57028a0542fd1394f (patch)
treedc9732c85f3904d04c2d7addf511c01c99dfb7fd /src/include/gpxe/uri.h
parentAllowed zero-cost enforced ordering of features in startup banner (diff)
downloadipxe-d4947c05b27449b4320179d57028a0542fd1394f.tar.gz
ipxe-d4947c05b27449b4320179d57028a0542fd1394f.tar.xz
ipxe-d4947c05b27449b4320179d57028a0542fd1394f.zip
Allow images to hold references to the originating URI.
Some shuffling around of the image management code; this needs tidying up.
Diffstat (limited to 'src/include/gpxe/uri.h')
-rw-r--r--src/include/gpxe/uri.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gpxe/uri.h b/src/include/gpxe/uri.h
index b13893164..2cf358324 100644
--- a/src/include/gpxe/uri.h
+++ b/src/include/gpxe/uri.h
@@ -94,7 +94,7 @@ static inline int uri_has_absolute_path ( struct uri *uri ) {
* @v uri URI
* @ret has_relative_path URI has a relative path
*
- * An relative path begins with something other than a '/'. Note that
+ * A relative path begins with something other than a '/'. Note that
* this is a separate concept from a relative URI. Note also that a
* URI may not have a path at all.
*/
@@ -117,7 +117,7 @@ uri_get ( struct uri *uri ) {
/**
* Decrement URI reference count
*
- * @v uri URI
+ * @v uri URI, or NULL
*/
static inline __attribute__ (( always_inline )) void
uri_put ( struct uri *uri ) {